[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:
Charles Hacskaylo
2015-04-28 14:49:08 -07:00
parent 582a236d8a
commit babe420f26
4 changed files with 37 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
/* Styles for the iframe EmbeddedPageController element */
.l-iframe {
iframe {
display: block;
height: 100%;
width: 100%;
}
}