mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
Merge pull request #1376 from cseale/mct1298
[Overlay] Remove max-height and max-width from overlay CSS
This commit is contained in:
commit
09ebeeb8e4
@ -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;
|
||||||
@ -141,4 +139,4 @@
|
|||||||
$h: 225px;
|
$h: 225px;
|
||||||
min-height: $h;
|
min-height: $h;
|
||||||
height: $h;
|
height: $h;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user