Don't let active .nav-level-2 menu item overlap the config nav flyout

- Set higher z-index than `#sidebar.menu .nav-level-2`

(cherry picked from commit 09df8dcc5a3ef00cea4a94f08a5ed66b4d2d0e65)
This commit is contained in:
Sukhwinder Dhillon 2025-06-18 12:53:59 +02:00 committed by Johannes Meyer
parent d7ec19d829
commit d3331dd300

View File

@ -234,7 +234,7 @@
border: 1px solid @gray-lighter; border: 1px solid @gray-lighter;
background: @body-bg-color; background: @body-bg-color;
box-shadow: 0 0 1em 0 rgba(0,0,0,.25); box-shadow: 0 0 1em 0 rgba(0,0,0,.25);
z-index: 1; z-index: 15;
.rounded-corners(); .rounded-corners();
a { a {