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

This commit is contained in:
Pau Ferrer Ocaña 2020-07-08 13:01:17 +02:00
parent 7901ed7de8
commit 0f22a09cc2

View File

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