Fix filelist overlap with header ref #16076

Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
Greta Doci 2019-07-11 17:37:05 +02:00 committed by Roeland Jago Douma
parent 057e88e9e7
commit e1da99af4c
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 1 deletions

View File

@ -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;