diff options
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 33ec23cdad1..715a404be07 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -68,8 +68,8 @@ thead { position: -webkit-sticky; position: sticky; - // header + breadcrumbs - top: variables.$header-height; + // breadcrumbs + top: 44px; // under breadcrumbs, over file list z-index: 60; display: block; @@ -310,11 +310,6 @@ table th.column-last, table td.column-last { max-width: 130px; } -#app-content-files thead, -#app-content-trashbin thead { - top: 94px; -} - #app-content-recent, #app-content-favorites, #app-content-shareoverview, @@ -1197,7 +1192,7 @@ table.dragshadow td.size { padding: 22px; opacity: .5; position: fixed; - right: 0; + right: 16px; z-index: 100; &:hover, |