From 37f961a664389ceead3530f4fbc7072279cf8a9c Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 24 Jan 2020 11:49:37 +0100 Subject: 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(-) (limited to 'core') diff --git a/core/css/styles.scss b/core/css/styles.scss index e304357e671..b6f1306708a 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; -- cgit v1.2.3