|
|
|
@ -1,6 +1,10 @@ |
|
|
|
|
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net |
|
|
|
|
This file is licensed under the Affero General Public License version 3 or later. |
|
|
|
|
See the COPYING-README file. */ |
|
|
|
|
/** |
|
|
|
|
* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net |
|
|
|
|
* @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. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
/* SETTINGS */ |
|
|
|
|
#files-setting-showhidden { |
|
|
|
@ -74,8 +78,8 @@ |
|
|
|
|
position: -webkit-sticky; |
|
|
|
|
position: sticky; |
|
|
|
|
// header + breadcrumbs |
|
|
|
|
top: $header-height; |
|
|
|
|
padding-top: 40px; |
|
|
|
|
// 44px coming from #controls in core/css/styles.scss |
|
|
|
|
top: $header-height + 44px; |
|
|
|
|
// under breadcrumbs, over file list |
|
|
|
|
z-index: 55; |
|
|
|
|
display: block; |
|
|
|
|