MOBILE-2755 iframe: Prevent iframes to be wider than screen
parent
601508aefc
commit
5fdbfecf07
|
@ -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