mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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:
commit
aae3b5f638
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue