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
5 lines
140 B
HTML
5 lines
140 B
HTML
<div class="abs l-iframe">
|
|
<iframe ng-controller="EmbeddedPageController as ctl"
|
|
ng-src="{{ctl.trust(model.url)}}">
|
|
</iframe>
|
|
</div> |