diff options
author | Greta Doci <gretadoci@gmail.com> | 2019-07-11 17:37:05 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-18 15:34:39 +0200 |
commit | e1da99af4ca48ea50a449bdb7b1f5ce23f9aa26a (patch) | |
tree | c91be8c54c8a3596601361bda6087dbb41510621 /apps/files | |
parent | 057e88e9e77c6f7e75423e4e2f4bc78fa042611a (diff) | |
download | nextcloud-server-e1da99af4ca48ea50a449bdb7b1f5ce23f9aa26a.tar.gz nextcloud-server-e1da99af4ca48ea50a449bdb7b1f5ce23f9aa26a.zip |
Fix filelist overlap with header ref #16076
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 30f9f4d797a..7a558d7c2ed 100644 --- a/apps/files/css/files.scss +++ b/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; |