summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2013-09-04 20:50:59 +0200
committerVincent Petry <pvince81@owncloud.com>2013-09-13 19:59:15 +0200
commit4d38441e72f3825006ea034b18390bc22a3d9e97 (patch)
tree285c326cbd0822beaf9ef116ddbf7fabe333f837 /apps
parent611075bf206555cf011b5fb70e117c93040e9027 (diff)
downloadnextcloud-server-4d38441e72f3825006ea034b18390bc22a3d9e97.tar.gz
nextcloud-server-4d38441e72f3825006ea034b18390bc22a3d9e97.zip
Fixed loading mask/spinner to stay fixed on scroll
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index f506a379477..41d9808c56b 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -338,7 +338,7 @@ table.dragshadow td.size {
}
.mask {
z-index: 50;
- position: absolute;
+ position: fixed;
top: 0;
left: 0;
right: 0;