MOBILE-3481 iframe: Add max width and height to parent iframe div
parent
7901ed7de8
commit
0f22a09cc2
|
@ -1,4 +1,9 @@
|
||||||
ion-app.app-root core-iframe {
|
ion-app.app-root core-iframe {
|
||||||
|
|
||||||
|
> div {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
iframe {
|
iframe {
|
||||||
border: 0;
|
border: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue