mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add support for Safari
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
faff807ba6
commit
21d2d86b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@
|
|||
#filestable {
|
||||
// floating header
|
||||
thead {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
// header + breadcrumbs
|
||||
top: $header-height + 44px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue