Skip to content

Commit 6fe0ce7

Browse files
committed
[Overlay] Remove max-height and max-width from overlay CSS
Issue nasa#1298
1 parent 94319df commit 6fe0ce7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

platform/commonUI/general/res/sass/overlay/_overlay.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
height: 70%;
5656
width: 50%;
5757
min-height: 300px;
58-
max-height: 800px;
5958
min-width: 600px;
60-
max-width: 1000px;
6159
z-index: 101;
6260
> .contents {
6361
$m: $overlayMargin;
@@ -141,4 +139,4 @@
141139
$h: 225px;
142140
min-height: $h;
143141
height: $h;
144-
}
142+
}

0 commit comments

Comments
 (0)