Fixed iframe overflow bug for mobile Safari (#782)
Fixed iframe overflow bug for mobile Safari
This commit is contained in:
parent
bc4d06bb16
commit
a35531967a
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue