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 {
|
||||
border: 0;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.core-loading-container {
|
||||
|
|
Loading…
Reference in New Issue