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 committed by Backportbot
parent fe0a8b4df3
commit 311c4147bf
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;