summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-03-26 17:48:33 +0100
committerMorris Jobke <morris.jobke@gmail.com>2014-03-28 02:43:33 +0100
commit2561107b4e8720ec35d64fa2d5b9a179ff1fa2d3 (patch)
tree50a90b6672bb02cb3ca2a791b9bddc154e2aae8c
parentd2e5dd2a15ad4b380541750c845d0e1b2796f70c (diff)
downloadnextcloud-server-2561107b4e8720ec35d64fa2d5b9a179ff1fa2d3.tar.gz
nextcloud-server-2561107b4e8720ec35d64fa2d5b9a179ff1fa2d3.zip
prevent dimmed ocdialog div from scrolling
-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%;
}