summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-03-26 17:48:33 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-03-26 17:48:33 +0100
commit35e478420274f70797cab9a81f1aed110b0b844c (patch)
treebec8f5ab78bdb27ec8ae2c95893fef7a4c275c95 /core
parentf464620a65ca362a82a4cb1bf47ebff258db23df (diff)
downloadnextcloud-server-35e478420274f70797cab9a81f1aed110b0b844c.tar.gz
nextcloud-server-35e478420274f70797cab9a81f1aed110b0b844c.zip
prevent dimmed ocdialog div from scrolling
Diffstat (limited to 'core')
-rw-r--r--core/css/jquery.ocdialog.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css
index 236968e3245..a1221137bc4 100644
--- a/core/css/jquery.ocdialog.css
+++ b/core/css/jquery.ocdialog.css
@@ -43,7 +43,7 @@
background-color: #000;
opacity: .20;filter:Alpha(Opacity=20);
z-index: 999;
- position: absolute;
+ position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
}