Merge pull request #1630 from dpalou/MOBILE-2755
MOBILE-2755 iframe: Prevent iframes to be wider than screenmain
commit
5a286113e2
|
@ -5,6 +5,7 @@ ion-app.app-root core-iframe {
|
||||||
iframe {
|
iframe {
|
||||||
border: 0;
|
border: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.core-loading-container {
|
.core-loading-container {
|
||||||
|
|
Loading…
Reference in New Issue