From 6faf3765e0f742ada51adb7a56d98b97ee7e1234 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Fri, 3 Jul 2015 18:23:19 -0700 Subject: [PATCH] Fix to scroll to top on iOS --- app/less/app.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/less/app.less b/app/less/app.less index 24eb60a2..cb27dbe3 100755 --- a/app/less/app.less +++ b/app/less/app.less @@ -24,8 +24,6 @@ html, body { height: 100%; width: 100%; text-rendering: optimizeLegibility; - overflow-x: hidden; - -webkit-overflow-scrolling: touch; } body { @@ -35,6 +33,8 @@ body { padding: 0; font-family: @fStandard; letter-spacing: 0.05em; + overflow-x: hidden; + -webkit-overflow-scrolling: touch; } div, a, li {