From 0b75aeb5752dd9c5f4f1f4ad4c1aef02b6cc9193 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 10 May 2013 17:43:31 -0700 Subject: [PATCH] Fix modal dialog positioning --- css/app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 98a0342df..96803f055 100644 --- a/css/app.css +++ b/css/app.css @@ -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; }