]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed loading mask/spinner to stay fixed on scroll
authorVincent Petry <pvince81@owncloud.com>
Wed, 4 Sep 2013 18:50:59 +0000 (20:50 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 13 Sep 2013 17:59:15 +0000 (19:59 +0200)
apps/files/css/files.css

index f506a3794779850bb75ae4e4ab3802c84785230a..41d9808c56b28be68b20d67151c7dd826e25f528 100644 (file)
@@ -338,7 +338,7 @@ table.dragshadow td.size {
 }
 .mask {
        z-index: 50;
-       position: absolute;
+       position: fixed;
        top: 0;
        left: 0;
        right: 0;