mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Only have scrollbars when we need them
This commit is contained in:
parent
3d747499cb
commit
80ce9f01f9
@ -34,7 +34,7 @@ exports.executeMacro = function() {
|
||||
outerAttributes = {
|
||||
"class": outerClasses,
|
||||
style: {
|
||||
overflow: "scroll",
|
||||
overflow: "auto",
|
||||
webkitOverflowScrolling: "touch",
|
||||
"white-space": "nowrap"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user