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…
Reference in New Issue