Merge pull request #12342 from aayushmau5/iframe-fix

Fix iframe mobile view
This commit is contained in:
Usha Mandya 2021-02-17 15:54:09 +00:00 committed by GitHub
commit ea66efc566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@
overflow: visible;
height: auto;
}
iframe {
width: 100%;
}
}
/* Portrait */