Fixed iframe overflow bug for mobile Safari (#782)

Fixed iframe overflow bug for mobile Safari
This commit is contained in:
Trevor Eyre 2019-02-25 13:38:35 -07:00 committed by Anton Wilhelm
commit a35531967a

View file

@ -323,6 +323,9 @@ body.sticky
.markdown-section iframe
border 1px solid #eee
/* fix horizontal overflow on iOS Safari */
width 1px
min-width 100%
.markdown-section table
border-collapse collapse