Browse Source
Merge pull request #15477 from nextcloud/fix/files/floating-header
Fix floating header over breadcrumbs
pull/15487/head
Morris Jobke
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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); |
|
|
|
} |
|
|
|