mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10:00
Fixed iframe overflow bug for mobile Safari (#782)
Fixed iframe overflow bug for mobile Safari
This commit is contained in:
committed by
Anton Wilhelm
parent
bc4d06bb16
commit
a35531967a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user