From c682fb9184153115b6c74c1545475b49a33d53b9 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Fri, 31 Jul 2020 09:51:28 +0200 Subject: [PATCH] Fix z-index --- projects/common/src/fm/components/app/app.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/common/src/fm/components/app/app.component.scss b/projects/common/src/fm/components/app/app.component.scss index 2a4a243..5c1a298 100644 --- a/projects/common/src/fm/components/app/app.component.scss +++ b/projects/common/src/fm/components/app/app.component.scss @@ -95,6 +95,7 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;} overflow: hidden; transition: max-height 0.5s ease-out; max-height:5em; + z-index: 2000; } .healthstatus {