mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 18:56:56 +00:00
And use the proper form of -webkit-overflow-scrolling
This commit is contained in:
parent
80ce9f01f9
commit
2ad3e10188
@ -35,7 +35,7 @@ exports.executeMacro = function() {
|
||||
"class": outerClasses,
|
||||
style: {
|
||||
overflow: "auto",
|
||||
webkitOverflowScrolling: "touch",
|
||||
"-webkit-overflow-scrolling": "touch",
|
||||
"white-space": "nowrap"
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user