Merge pull request #19111 from nextcloud/bugfix/noid/sticky-header-zindex

New file menu needs to be above the filelist header
This commit is contained in:
Roeland Jago Douma 2020-01-24 13:30:13 +01:00 committed by GitHub
commit aae3b5f638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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