And use the proper form of -webkit-overflow-scrolling

This commit is contained in:
Jeremy Ruston
2012-11-03 17:36:27 +00:00
parent 80ce9f01f9
commit 2ad3e10188
+1 -1
View File
@@ -35,7 +35,7 @@ exports.executeMacro = function() {
"class": outerClasses,
style: {
overflow: "auto",
webkitOverflowScrolling: "touch",
"-webkit-overflow-scrolling": "touch",
"white-space": "nowrap"
}
};