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 */
|
/* Multiselect bar */
|
||||||
table.multiselect thead {
|
table.multiselect thead {
|
||||||
|
position: -webkit-sticky; // Safari support
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 94px;
|
top: 94px;
|
||||||
z-index: 55;
|
z-index: 55;
|
||||||
|
|
Loading…
Reference in New Issue