]> source.dussan.org Git - nextcloud-server.git/commitdiff
prevent dimmed ocdialog div from scrolling
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 26 Mar 2014 16:48:33 +0000 (17:48 +0100)
committerMorris Jobke <morris.jobke@gmail.com>
Fri, 28 Mar 2014 01:43:33 +0000 (02:43 +0100)
core/css/jquery.ocdialog.css

index 236968e3245b68e3ad7ba9138ec18c51aeac5be4..a1221137bc447da3394c3140d763f3ea35574dd7 100644 (file)
@@ -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%;
 }