1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +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 = {
"class": outerClasses,
style: {
overflow: "scroll",
overflow: "auto",
webkitOverflowScrolling: "touch",
"white-space": "nowrap"
}