Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-24 13:49:37 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2020-01-24 15:31:06 +0300
commit37f961a664389ceead3530f4fbc7072279cf8a9c (patch)
tree31b2e44ee6e253b4dae168ae35d00b4132d39a29 /core/css
parent673fd35a8fceb8facfb68e98d27e9dc4df3ae934 (diff)
New file menu needs to be above the filelist header
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css')
-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;