Revert "IE11: Fix nav flyouts being covered by #main"
This reverts commit 1778ec673b
.
This commit is contained in:
parent
a4d2397dd1
commit
252f17e868
|
@ -14,8 +14,6 @@ body {
|
|||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// Prevent nav-level-2 flyovers from being covered by #main
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#content-wrapper {
|
||||
|
|
|
@ -31,10 +31,6 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-level-2 {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#layout:not(.sidebar-collapsed) #menu .nav-item > a:first-of-type {
|
||||
|
|
Loading…
Reference in New Issue