diff --git a/core/modules/macros/scrollable.js b/core/modules/macros/scrollable.js index 7dffc8f19..b3ff3dcec 100644 --- a/core/modules/macros/scrollable.js +++ b/core/modules/macros/scrollable.js @@ -34,7 +34,7 @@ exports.executeMacro = function() { outerAttributes = { "class": outerClasses, style: { - overflow: "scroll", + overflow: "auto", webkitOverflowScrolling: "touch", "white-space": "nowrap" }