From 80ce9f01f922d86a4682388e0fc77cc86aecc9d7 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 3 Nov 2012 17:35:31 +0000 Subject: [PATCH] Only have scrollbars when we need them --- 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 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" }