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:
parent
3d747499cb
commit
80ce9f01f9
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user