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" } };