From 03a91891d46e57572a86d944840a3b346733f3fa Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 12 Mar 2020 10:57:50 +0100 Subject: [PATCH] css: Properly raise z-indices on #main and #sidebar refs #4082 --- public/css/icinga/layout-structure.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index 323963e91..97fa5b2b6 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -30,12 +30,13 @@ body { display: flex; flex-direction: column; position: relative; - z-index: 1000; + z-index: 2; } #main { flex: 1; display: flex; + z-index: 1; } .iframe {