From 8c8fe4a5c0866d074f3794c83274c8bf631bb423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 24 Jan 2020 11:49:37 +0100 Subject: [PATCH] New file menu needs to be above the filelist header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index e304357e67..b6f1306708 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -182,7 +182,7 @@ body { padding: 0; margin: 0; background-color: var(--color-main-background-translucent); - z-index: 60; + z-index: 61; /* must be above the filelist sticky header */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;