This is an automated email from the ASF dual-hosted git repository. davsclaus 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 8d17f6a7 fix:Overlapping UI on the Blog Page (#1326) 8d17f6a7 is described below commit 8d17f6a791e5d5d340343d62be94a8b97a31e5ff Author: ONKAR96 <168844820+onka...@users.noreply.github.com> AuthorDate: Sat Apr 5 12:12:37 2025 +0530 fix:Overlapping UI on the Blog Page (#1326) --- antora-ui-camel/src/css/blog.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css index 1ba4da3f..c9afeb98 100644 --- a/antora-ui-camel/src/css/blog.css +++ b/antora-ui-camel/src/css/blog.css @@ -24,6 +24,8 @@ list-style: none; padding: 0; margin-top: 1rem; + max-height: 990px; + overflow-y: auto; display: inline-block; }