From 252f17e86853d0becfe7d74e6bcedcf45269de46 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 23 May 2022 11:13:44 +0200 Subject: [PATCH] Revert "IE11: Fix nav flyouts being covered by #main" This reverts commit 1778ec673b2afb2023f504443a64beb89b6735ab. --- public/css/icinga/layout-structure.less | 2 -- public/css/icinga/menu.less | 4 ---- 2 files changed, 6 deletions(-) diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index f216a6be4..b1ca8e65a 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -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 { diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index 7933b6358..98650a237 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -31,10 +31,6 @@ text-decoration: none; } } - - .nav-level-2 { - z-index: 1; - } } #layout:not(.sidebar-collapsed) #menu .nav-item > a:first-of-type {