Skip to content

Commit 743aa6c

Browse files
authored
Merge pull request #2447 from crazyserver/MOBILE-3481
MOBILE-3481 iframe: Add max width and height to parent iframe div
2 parents 7901ed7 + 0f22a09 commit 743aa6c

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)