forked from EVOgeek/Vmeda.Online
Merge pull request #2447 from crazyserver/MOBILE-3481
MOBILE-3481 iframe: Add max width and height to parent iframe divmain
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…
Reference in New Issue