mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
Revert "IE11: Fix nav flyouts being covered by #main"
This reverts commit 1778ec673b2afb2023f504443a64beb89b6735ab.
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…
x
Reference in New Issue
Block a user