From 6fe0ce70eba886f2f4d288c11749a1a399027643 Mon Sep 17 00:00:00 2001 From: Colm Seale Date: Thu, 29 Dec 2016 23:27:10 +0000 Subject: [PATCH] [Overlay] Remove max-height and max-width from overlay CSS Issue #1298 --- platform/commonUI/general/res/sass/overlay/_overlay.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/commonUI/general/res/sass/overlay/_overlay.scss b/platform/commonUI/general/res/sass/overlay/_overlay.scss index 2c60aa99af..48e4012b87 100644 --- a/platform/commonUI/general/res/sass/overlay/_overlay.scss +++ b/platform/commonUI/general/res/sass/overlay/_overlay.scss @@ -55,9 +55,7 @@ height: 70%; width: 50%; min-height: 300px; - max-height: 800px; min-width: 600px; - max-width: 1000px; z-index: 101; > .contents { $m: $overlayMargin; @@ -141,4 +139,4 @@ $h: 225px; min-height: $h; height: $h; -} \ No newline at end of file +}