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
parent
commit
e1da99af4c
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 3
      apps/files/css/files.scss

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

Loading…
Cancel
Save