Browse Source
Fix filelist overlap with header ref #16076
Signed-off-by: Greta Doci <gretadoci@gmail.com>
pull/16366/head
Greta Doci
7 years ago
committed by
Roeland Jago Douma
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
2 additions and
1 deletions
-
apps/files/css/files.scss
|
|
|
@ -70,7 +70,8 @@ |
|
|
|
position: -webkit-sticky; |
|
|
|
position: sticky; |
|
|
|
// header + breadcrumbs |
|
|
|
top: $header-height + 44px; |
|
|
|
top: $header-height; |
|
|
|
padding-top: 40px; |
|
|
|
// under breadcrumbs, over file list |
|
|
|
z-index: 55; |
|
|
|
display: block; |
|
|
|
|