MOBILE-2755 iframe: Prevent iframes to be wider than screen

main
Dani Palou 2018-11-26 08:17:17 +01:00
parent 601508aefc
commit 5fdbfecf07
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ion-app.app-root core-iframe {
iframe {
border: 0;
display: block;
max-width: 100%;
}
.core-loading-container {