From 2ad3e101884197495880c6d8011c16c08059d6e5 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 3 Nov 2012 17:36:27 +0000 Subject: [PATCH] And use the proper form of -webkit-overflow-scrolling --- core/modules/macros/scrollable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/macros/scrollable.js b/core/modules/macros/scrollable.js index b3ff3dcec..b8eaa2446 100644 --- a/core/modules/macros/scrollable.js +++ b/core/modules/macros/scrollable.js @@ -35,7 +35,7 @@ exports.executeMacro = function() { "class": outerClasses, style: { overflow: "auto", - webkitOverflowScrolling: "touch", + "-webkit-overflow-scrolling": "touch", "white-space": "nowrap" } };