Merge pull request #1630 from dpalou/MOBILE-2755

MOBILE-2755 iframe: Prevent iframes to be wider than screen
main
Juan Leyva 2018-11-27 16:03:25 +01:00 committed by GitHub
commit 5a286113e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {