Skip to content

Commit 0f22a09

Browse files
committed
MOBILE-3481 iframe: Add max width and height to parent iframe div
1 parent 7901ed7 commit 0f22a09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/iframe/iframe.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
ion-app.app-root core-iframe {
2+
3+
> div {
4+
max-width: 100%;
5+
max-height: 100%;
6+
}
27
iframe {
38
border: 0;
49
display: block;

0 commit comments

Comments
 (0)