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