Add support for Safari
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
faff807ba6
commit
21d2d86b2f
|
@ -67,6 +67,7 @@
|
|||
#filestable {
|
||||
// floating header
|
||||
thead {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
// header + breadcrumbs
|
||||
top: $header-height + 44px;
|
||||
|
|
Loading…
Reference in New Issue