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
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-24 13:49:37 +0300
committerJulius Härtl <jus@bitgrid.net>2020-01-24 13:49:37 +0300
commit8c8fe4a5c0866d074f3794c83274c8bf631bb423 (patch)
tree2ec06317f0b2c78915de29d594f365ac2ec2ca3c
parenta3780714fed21ac8adc0bf56955f39cff312e812 (diff)
New file menu needs to be above the filelist header
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-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;