mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-24 07:41:29 +00:00
Only have scrollbars when we need them
This commit is contained in:
@@ -34,7 +34,7 @@ exports.executeMacro = function() {
|
||||
outerAttributes = {
|
||||
"class": outerClasses,
|
||||
style: {
|
||||
overflow: "scroll",
|
||||
overflow: "auto",
|
||||
webkitOverflowScrolling: "touch",
|
||||
"white-space": "nowrap"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user