Add webkit/safari fix

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-04-18 18:36:44 +02:00
parent 04591c37ea
commit 9b0c6d9efb
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 0 deletions

View File

@ -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;