From 049aadefc654f311ed0c22e96d7018cc573c8806 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Mon, 3 Aug 2020 17:07:56 +0200 Subject: [PATCH] menu.less: Fix drop shadow obscuring #toggle-sidebar and active list itemm caret --- public/css/icinga/menu.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index e8b9d01f9..d5bc23cfb 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -163,6 +163,7 @@ position: absolute; top: .5em; right: -.75em; + z-index: 3; } &.active > a { @@ -457,6 +458,7 @@ input[type=text].search-input { position: absolute; bottom: 0.2em; right: 0; + z-index: 3; i { background-color: @body-bg-color;