Fix filelist overlap with header ref #16076
Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
parent
057e88e9e7
commit
e1da99af4c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue