Merge pull request #15477 from nextcloud/fix/files/floating-header

Fix floating header over breadcrumbs
This commit is contained in:
Morris Jobke 2019-05-09 15:53:17 +02:00 committed by GitHub
commit 3007c7a19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}