aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-08 08:33:40 +0100
committerGitHub <noreply@github.com>2018-01-08 08:33:40 +0100
commitecf885046459253fbe4599600db241b9e36fa61a (patch)
tree4192482ca70c4295a717cf40011cfbcbe3fa39ec /core
parent75f3b605d3bb0552491d74c6263c9d9d7172699b (diff)
parent696dad8c3e5f2d1ee1f8c062c12ae4562db69162 (diff)
downloadnextcloud-server-ecf885046459253fbe4599600db241b9e36fa61a.tar.gz
nextcloud-server-ecf885046459253fbe4599600db241b9e36fa61a.zip
Merge pull request #7728 from nextcloud/fix-new-menu-shown-behind-the-controls-in-the-file-list
Fix "New" menu shown behind the multiselect header in the file list
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 b782c4e558a..4b02041976b 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -234,7 +234,7 @@ body {
padding: 0;
margin: 0;
background-color: rgba($color-main-background, 0.95);
- z-index: 55;
+ z-index: 60;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;