[Frontend] CSS and markup for iframe
WTD-1150 WTD-1145 CSS and markup to cause iframes to layout properly without double scroll bars
This commit is contained in:
9
platform/commonUI/general/res/sass/_iframe.scss
Normal file
9
platform/commonUI/general/res/sass/_iframe.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Styles for the iframe EmbeddedPageController element */
|
||||
|
||||
.l-iframe {
|
||||
iframe {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user