[Overlay] Remove max-height and max-width from overlay CSS

Issue #1298
This commit is contained in:
Colm Seale
2016-12-29 23:27:10 +00:00
parent 94319df69b
commit 6fe0ce70eb

View File

@@ -55,9 +55,7 @@
height: 70%; height: 70%;
width: 50%; width: 50%;
min-height: 300px; min-height: 300px;
max-height: 800px;
min-width: 600px; min-width: 600px;
max-width: 1000px;
z-index: 101; z-index: 101;
> .contents { > .contents {
$m: $overlayMargin; $m: $overlayMargin;