]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use sticky position include for Safari support 15198/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 18 Apr 2019 19:16:20 +0000 (21:16 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Tue, 23 Apr 2019 14:07:44 +0000 (14:07 +0000)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/files/css/files.scss

index d06c9f5c55cfb824b2751f3a1d7ffdb4c56185d9..a5e28ff38da54b06e50f72c0b2c559f2efd26689 100644 (file)
@@ -263,8 +263,7 @@ table th.column-last, table td.column-last {
 
 /* Multiselect bar */
 table.multiselect thead {
-       position: -webkit-sticky; // Safari support
-       position: sticky;
+       @include position('sticky');
        top: 94px;
        z-index: 55;
        -moz-box-sizing: border-box;