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