New file menu needs to be above the filelist header

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/19111/head
Julius Härtl 6 years ago
parent a3780714fe
commit 8c8fe4a5c0
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      core/css/styles.scss

@ -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…
Cancel
Save