From 9d10d14cf95cf7c6731309d0fd7cb61de1ff78ec Mon Sep 17 00:00:00 2001 From: spaethju <julian.spaeth@wzw.tum.de> Date: Sun, 5 Apr 2020 16:10:28 +0200 Subject: [PATCH] Reduce z-score of analysis window to 30 --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index fb9bf9fa..bfcd0ad5 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -138,7 +138,7 @@ div.covex.explorer { position: relative; margin-top: 0; /* Just for looks*/ - z-index: 1000; + z-index: 30; padding: 0; } -- GitLab