From 9b0c6d9efbb4eea57e3353e95f9f876ba17783b1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 18 Apr 2019 18:36:44 +0200 Subject: [PATCH] Add webkit/safari fix Signed-off-by: Morris Jobke --- apps/files/css/files.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 8d01e26b96..d06c9f5c55 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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;