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:
commit
743aa6c7db
@ -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…
x
Reference in New Issue
Block a user