Revert "IE11: Fix nav flyouts being covered by #main"

This reverts commit 1778ec673b.
This commit is contained in:
Sukhwinder Dhillon 2022-05-23 11:13:44 +02:00 committed by Johannes Meyer
parent a4d2397dd1
commit 252f17e868
2 changed files with 0 additions and 6 deletions

View File

@ -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 {

View File

@ -31,10 +31,6 @@
text-decoration: none;
}
}
.nav-level-2 {
z-index: 1;
}
}
#layout:not(.sidebar-collapsed) #menu .nav-item > a:first-of-type {