Przeglądaj źródła

New file menu needs to be above the filelist header

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl 4 lat temu
rodzic
commit
8c8fe4a5c0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/css/styles.scss

+ 1 - 1
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;