Use sticky position include for Safari support

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-04-18 21:16:20 +02:00
parent 9b0c6d9efb
commit 83210d72b9
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 1 additions and 2 deletions

View File

@ -263,8 +263,7 @@ table th.column-last, table td.column-last {
/* Multiselect bar */
table.multiselect thead {
position: -webkit-sticky; // Safari support
position: sticky;
@include position('sticky');
top: 94px;
z-index: 55;
-moz-box-sizing: border-box;