Merge pull request #16366 from nextcloud/bugfix/noid/filelist-overlap

Fix filelist overlap with header ref #16076
This commit is contained in:
Morris Jobke 2019-07-18 20:55:01 +02:00 committed by GitHub
commit 94d9ebd61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@
position: -webkit-sticky; position: -webkit-sticky;
position: sticky; position: sticky;
// header + breadcrumbs // header + breadcrumbs
top: $header-height + 44px; top: $header-height;
padding-top: 40px;
// under breadcrumbs, over file list // under breadcrumbs, over file list
z-index: 55; z-index: 55;
display: block; display: block;