Fix modal dialog positioning

This commit is contained in:
John Firebaugh
2013-05-10 17:43:31 -07:00
parent 27fa4aa1d6
commit 0b75aeb575
+4 -2
View File
@@ -1969,8 +1969,10 @@ img.wiki-image {
.shaded {
z-index: 2;
position: absolute;
height: 100%;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
}