Merge pull request #2447 from crazyserver/MOBILE-3481

MOBILE-3481 iframe: Add max width and height to parent iframe div
main
Juan Leyva 2020-07-08 14:29:00 +02:00 committed by GitHub
commit 743aa6c7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
ion-app.app-root core-iframe {
> div {
max-width: 100%;
max-height: 100%;
}
iframe {
border: 0;
display: block;