This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch top-navbar-bis in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 068a520559ee9c81d5a159bc9bfa530a2a71f2f2 Author: Dave Fisher <[email protected]> AuthorDate: Fri Dec 5 22:35:26 2025 -0800 Hamburger drop down --- atr/static/css/atr.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css index 70292dc..0432a82 100644 --- a/atr/static/css/atr.css +++ b/atr/static/css/atr.css @@ -445,6 +445,10 @@ aside.sidebar nav a:hover { z-index: 101; } + .dropdown-menu { + max-height: 40vh; + } + /* Show sidebar when checkbox is checked */ .nav-toggle:checked ~ .sidebar { left: 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
