mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Don't let active .nav-level-2
menu item overlap the config nav flyout
- Set higher z-index than `#sidebar.menu .nav-level-2`
This commit is contained in:
parent
5d71d09e54
commit
09df8dcc5a
@ -234,7 +234,7 @@
|
||||
border: 1px solid @gray-lighter;
|
||||
background: @body-bg-color;
|
||||
box-shadow: 0 0 1em 0 rgba(0,0,0,.25);
|
||||
z-index: 1;
|
||||
z-index: 15;
|
||||
.rounded-corners();
|
||||
|
||||
a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user