fix overlapping (#18473)

fix overlapping
This commit is contained in:
John Molakvoæ 2020-01-06 13:55:29 +01:00 committed by GitHub
commit e5d3efb99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* @copyright Copyright (c) 2019, Fabian Dreßler <nudelsalat@clouz.de> * @copyright Copyright (c) 2019, Fabian Dreßler <nudelsalat@clouz.de>
* *
* This file is licensed under the Affero General Public License version 3 or later. * 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 */ /* SETTINGS */
@ -78,8 +78,7 @@
position: -webkit-sticky; position: -webkit-sticky;
position: sticky; position: sticky;
// header + breadcrumbs // header + breadcrumbs
// 44px coming from #controls in core/css/styles.scss top: $header-height;
top: $header-height + 44px;
// under breadcrumbs, over file list // under breadcrumbs, over file list
z-index: 55; z-index: 55;
display: block; display: block;