MOBILE-3481 iframe: Add max width and height to parent iframe div

main
Pau Ferrer Ocaña 2020-07-08 13:01:17 +02:00
parent 7901ed7de8
commit 0f22a09cc2
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;