mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-06 13:34:25 +02:00
parent
b7617bf81b
commit
1778ec673b
@ -10,6 +10,8 @@ html {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
// Prevent nav-level-2 flyovers from being covered by #main
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
@ -46,6 +46,10 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-level-2 {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout:not(.sidebar-collapsed) #menu .nav-item > a {
|
#layout:not(.sidebar-collapsed) #menu .nav-item > a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user