Fixed iframe overflow bug for mobile Safari (#782)

Fixed iframe overflow bug for mobile Safari
remove-ie-10-support
Trevor Eyre 5 years ago committed by Anton Wilhelm
parent bc4d06bb16
commit a35531967a
  1. 3
      src/themes/basic/_layout.styl

@ -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

Loading…
Cancel
Save