1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-24 02:27:19 +00:00

Only have scrollbars when we need them

This commit is contained in:
Jeremy Ruston 2012-11-03 17:35:31 +00:00
parent 3d747499cb
commit 80ce9f01f9

View File

@ -34,7 +34,7 @@ exports.executeMacro = function() {
outerAttributes = { outerAttributes = {
"class": outerClasses, "class": outerClasses,
style: { style: {
overflow: "scroll", overflow: "auto",
webkitOverflowScrolling: "touch", webkitOverflowScrolling: "touch",
"white-space": "nowrap" "white-space": "nowrap"
} }