Add webkit/safari fix
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
fe0a8b4df3
commit
311c4147bf
|
@ -263,6 +263,7 @@ table th.column-last, table td.column-last {
|
|||
|
||||
/* Multiselect bar */
|
||||
table.multiselect thead {
|
||||
position: -webkit-sticky; // Safari support
|
||||
position: sticky;
|
||||
top: 94px;
|
||||
z-index: 55;
|
||||
|
|
Loading…
Reference in New Issue