summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-05-09 14:23:09 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-05-09 14:23:09 +0200
commitb23af5c99c7d8f023cdd107e22f824fefdf4e381 (patch)
treea57a5066ee6b1de7b3da64b66a0b2127e4391ad6 /apps/files
parent38efad788194f3a700ac7a6d86708e0968d86e1b (diff)
downloadnextcloud-server-b23af5c99c7d8f023cdd107e22f824fefdf4e381.tar.gz
nextcloud-server-b23af5c99c7d8f023cdd107e22f824fefdf4e381.zip
Fix floating header over breadcrumbs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/files.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 1ee59d0ab3d..39a5d7e3bc4 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -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);
}