Use sticky position include for Safari support
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
9b0c6d9efb
commit
83210d72b9
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue