summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-24 11:49:37 +0100
committerBackportbot <backportbot-noreply@rullzer.com>2020-01-24 12:31:06 +0000
commit37f961a664389ceead3530f4fbc7072279cf8a9c (patch)
tree31b2e44ee6e253b4dae168ae35d00b4132d39a29 /core
parent673fd35a8fceb8facfb68e98d27e9dc4df3ae934 (diff)
downloadnextcloud-server-37f961a664389ceead3530f4fbc7072279cf8a9c.tar.gz
nextcloud-server-37f961a664389ceead3530f4fbc7072279cf8a9c.zip
New file menu needs to be above the filelist header
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss2
1 files changed, 1 insertions, 1 deletions
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;