mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 13:16:56 +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