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:
commit
ecf8850464
|
@ -234,7 +234,7 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: rgba($color-main-background, 0.95);
|
background-color: rgba($color-main-background, 0.95);
|
||||||
z-index: 55;
|
z-index: 60;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
|
Loading…
Reference in New Issue