Skip to content

Commit 6b02da1

Browse files
committed
fix: Overlapping UI - blog tags
1 parent 204a680 commit 6b02da1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

antora-ui-camel/src/css/blog.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
margin-top: 2.5rem;
1313
padding-right: 2rem;
1414
line-height: 2rem;
15+
align-self: flex-start;
16+
position: sticky;
17+
top: 2rem;
1518
}
1619

1720
@media screen and (width <= 1024px) {
@@ -24,7 +27,7 @@
2427
list-style: none;
2528
padding: 0;
2629
margin-top: 1rem;
27-
max-height: 990px;
30+
max-height: calc(100vh - 300px);
2831
overflow-y: auto;
2932
display: inline-block;
3033
}

0 commit comments

Comments
 (0)