Add support for Safari

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-05-07 23:58:19 +02:00
parent faff807ba6
commit 21d2d86b2f
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
#filestable {
// floating header
thead {
position: -webkit-sticky;
position: sticky;
// header + breadcrumbs
top: $header-height + 44px;