From 09df8dcc5a3ef00cea4a94f08a5ed66b4d2d0e65 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 18 Jun 2025 12:53:59 +0200 Subject: [PATCH] Don't let active `.nav-level-2` menu item overlap the config nav flyout - Set higher z-index than `#sidebar.menu .nav-level-2` --- public/css/icinga/configmenu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/configmenu.less b/public/css/icinga/configmenu.less index bebb87d3d..b27bdc244 100644 --- a/public/css/icinga/configmenu.less +++ b/public/css/icinga/configmenu.less @@ -234,7 +234,7 @@ border: 1px solid @gray-lighter; background: @body-bg-color; box-shadow: 0 0 1em 0 rgba(0,0,0,.25); - z-index: 1; + z-index: 15; .rounded-corners(); a {