Skip to content

Commit

Permalink
Fixed iframe overflow bug for mobile Safari (#782)
Browse files Browse the repository at this point in the history
Fixed iframe overflow bug for mobile Safari
  • Loading branch information
trevoreyre authored and timaschew committed Feb 25, 2019
1 parent bc4d06b commit a355319
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/themes/basic/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a355319

Please sign in to comment.