mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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` (cherry picked from commit 09df8dcc5a3ef00cea4a94f08a5ed66b4d2d0e65)
This commit is contained in:
parent
d7ec19d829
commit
d3331dd300
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user