summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-01-06 13:55:29 +0100
committerGitHub <noreply@github.com>2020-01-06 13:55:29 +0100
commite5d3efb99e2d77b30339496285e15d5d00fc9e60 (patch)
tree8aa6fac7fae81bd15b1faaa9cb7bbacae3ed8c9f /apps/files
parentad699682cb4d80cf25ba571628e46505c7c5a4ec (diff)
parentab8a8c085a1693923525c6cc91a72a2824ede543 (diff)
downloadnextcloud-server-e5d3efb99e2d77b30339496285e15d5d00fc9e60.tar.gz
nextcloud-server-e5d3efb99e2d77b30339496285e15d5d00fc9e60.zip
fix overlapping (#18473)
fix overlapping
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/files.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 0ec6cd4f52d..40248360c29 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -3,7 +3,7 @@
* @copyright Copyright (c) 2019, Fabian Dreßler <nudelsalat@clouz.de>
*
* This file is licensed under the Affero General Public License version 3 or later.
- * See the COPYING-README file.
+ * See the COPYING-README file.
*/
/* SETTINGS */
@@ -78,8 +78,7 @@
position: -webkit-sticky;
position: sticky;
// header + breadcrumbs
- // 44px coming from #controls in core/css/styles.scss
- top: $header-height + 44px;
+ top: $header-height;
// under breadcrumbs, over file list
z-index: 55;
display: block;