From bee8e5c14ad83db7d7651107644f552a80772c93 Mon Sep 17 00:00:00 2001 From: Cam Gould Date: Wed, 2 Mar 2016 12:41:14 +1100 Subject: [PATCH 1/2] Fix iOS Safari off canvas scaling issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the changes in the way Safari interprets zooming and overflow on objects. As Apple consider their changes to be the right way to do things, they probably aren’t going to be changing the behaviour any time soon. --- layout/theme.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/theme.liquid b/layout/theme.liquid index 8dd1f86b3..ba7db5f02 100755 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -24,7 +24,7 @@ {% include 'social-meta-tags' %} - + From ab5e63bdf65d36998f5ce85cfb4e39a1dde0c004 Mon Sep 17 00:00:00 2001 From: Cam Gould Date: Wed, 2 Mar 2016 12:43:35 +1100 Subject: [PATCH 2/2] Fix iOS Safari off canvas scaling issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the changes in the way Safari interprets zooming and overflow on objects. As Apple consider their changes to be the right way to do things, they probably aren’t going to be changing the behaviour any time soon.