Fix to scroll to top on iOS

This commit is contained in:
Colin McLeod
2015-07-03 18:23:19 -07:00
parent 4abdce2b70
commit 6faf3765e0

View File

@@ -24,8 +24,6 @@ html, body {
height: 100%; height: 100%;
width: 100%; width: 100%;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
} }
body { body {
@@ -35,6 +33,8 @@ body {
padding: 0; padding: 0;
font-family: @fStandard; font-family: @fStandard;
letter-spacing: 0.05em; letter-spacing: 0.05em;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
} }
div, a, li { div, a, li {