diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-04-18 18:36:44 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-04-18 18:36:44 +0200 |
commit | 9b0c6d9efbb4eea57e3353e95f9f876ba17783b1 (patch) | |
tree | 5c82a13b809cd6442b282fb8ba0f4c01a01d8850 /apps | |
parent | 04591c37ea31cfdc8f636daa3db0fbd1f4255b42 (diff) | |
download | nextcloud-server-9b0c6d9efbb4eea57e3353e95f9f876ba17783b1.tar.gz nextcloud-server-9b0c6d9efbb4eea57e3353e95f9f876ba17783b1.zip |
Add webkit/safari fix
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 8d01e26b964..d06c9f5c55c 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; |