]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix floating header over breadcrumbs 15477/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 9 May 2019 12:23:09 +0000 (14:23 +0200)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 9 May 2019 12:23:09 +0000 (14:23 +0200)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
apps/files/css/files.scss

index 1ee59d0ab3d1d61341d0274e38f64efe9a7ab699..39a5d7e3bc432e188afdb44268d65241543789d7 100644 (file)
@@ -71,7 +71,8 @@
                        position: sticky;
                        // header + breadcrumbs
                        top: $header-height + 44px;
-                       z-index: 1000;
+                       // under breadcrumbs, over file list
+                       z-index: 55;
                        display: block;
                        background-color: var(--color-main-background-translucent);
                }