prevent dimmed ocdialog div from scrolling

This commit is contained in:
Jörn Friedrich Dreyer
2014-03-26 17:48:33 +01:00
committed by Morris Jobke
parent d2e5dd2a15
commit 2561107b4e

View 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%;
}