Fix scrolling on iOS

This commit is contained in:
Colin McLeod
2015-07-03 12:15:35 -07:00
parent a8d66b22af
commit e0db9fdfb0

View File

@@ -25,6 +25,7 @@ html, body {
width: 100%;
text-rendering: optimizeLegibility;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
body {