mirror of
https://github.com/nasa/openmct.git
synced 2025-01-03 11:54:10 +00:00
babe420f26
WTD-1150 WTD-1145 CSS and markup to cause iframes to layout properly without double scroll bars
9 lines
159 B
SCSS
9 lines
159 B
SCSS
/* Styles for the iframe EmbeddedPageController element */
|
|
|
|
.l-iframe {
|
|
iframe {
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
} |