Fix floating header over breadcrumbs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-05-09 14:23:09 +02:00
parent 38efad7881
commit b23af5c99c
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 1 deletions

View 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);
}