Merge pull request #2447 from crazyserver/MOBILE-3481

MOBILE-3481 iframe: Add max width and height to parent iframe div
This commit is contained in:
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

View File

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