Use sticky position include for Safari support
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
311c4147bf
commit
c4da304170
|
@ -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 New Issue