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
This commit is contained in:
Morris Jobke 2018-01-08 08:33:40 +01:00 committed by GitHub
commit ecf8850464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;