This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch ms12_conversion_of_md_files
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit dc12ef080cae7e5ae0245068fb5fd46a6c91d74d
Author: Christian Grobmeier <[email protected]>
AuthorDate: Tue Mar 5 12:15:02 2024 +0100

    added scroll behavior for table of content, in case its getting bigger than 
expected
---
 src/site/resources/css/logging-custom.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/site/resources/css/logging-custom.css 
b/src/site/resources/css/logging-custom.css
index bacccad2bd..ee1aa7a53e 100644
--- a/src/site/resources/css/logging-custom.css
+++ b/src/site/resources/css/logging-custom.css
@@ -151,6 +151,9 @@
 .table-of-content {
     width: 20vw;
     padding: 2em;
+    height: 100vh;
+    max-height: 100vh;
+    overflow: scroll;
     background-color: #fff;
 }
 

Reply via email to