This is an automated email from the ASF dual-hosted git repository.
gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6b02da13 fix: Overlapping UI - blog tags
6b02da13 is described below
commit 6b02da133cf35885335fde7c91c04cb9f7a19317
Author: Gaelle Fournier <[email protected]>
AuthorDate: Fri Oct 3 14:56:31 2025 +0200
fix: Overlapping UI - blog tags
---
antora-ui-camel/src/css/blog.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css
index c9afeb98..7103f27f 100644
--- a/antora-ui-camel/src/css/blog.css
+++ b/antora-ui-camel/src/css/blog.css
@@ -12,6 +12,9 @@
margin-top: 2.5rem;
padding-right: 2rem;
line-height: 2rem;
+ align-self: flex-start;
+ position: sticky;
+ top: 2rem;
}
@media screen and (width <= 1024px) {
@@ -24,7 +27,7 @@
list-style: none;
padding: 0;
margin-top: 1rem;
- max-height: 990px;
+ max-height: calc(100vh - 300px);
overflow-y: auto;
display: inline-block;
}