From 4cfa83f5e1a04d3b5bae20fad502090c79a974c0 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Thu, 8 Dec 2022 18:19:27 +0100 Subject: [PATCH] z index fullscreen in analysis panel --- src/stylesheets/styles-no-prefix.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/styles-no-prefix.scss b/src/stylesheets/styles-no-prefix.scss index 8f73e02d..16f3417b 100644 --- a/src/stylesheets/styles-no-prefix.scss +++ b/src/stylesheets/styles-no-prefix.scss @@ -4,6 +4,6 @@ width: 100vw !important; top: 0 !important; left: 0 !important; - z-index: $fullscreen-z; + z-index: $fullscreen-z !important; } -- GitLab