[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

@@ -1,4 +1,5 @@
<div class="abs l-iframe">
<iframe ng-controller="EmbeddedPageController as ctl"
style="width: 100%; height: 100%;"
ng-src="{{ctl.trust(model.url)}}">
</iframe>
</iframe>
</div>