From a35531967a1c418421d811ef3e64c6b94cac2aa6 Mon Sep 17 00:00:00 2001 From: Trevor Eyre Date: Mon, 25 Feb 2019 13:38:35 -0700 Subject: [PATCH] Fixed iframe overflow bug for mobile Safari (#782) Fixed iframe overflow bug for mobile Safari --- src/themes/basic/_layout.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/themes/basic/_layout.styl b/src/themes/basic/_layout.styl index 4e00e33..387fd79 100644 --- a/src/themes/basic/_layout.styl +++ b/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