1
0
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:
Jeremy Ruston 2012-11-03 17:36:27 +00:00
parent 80ce9f01f9
commit 2ad3e10188

View File

@ -35,7 +35,7 @@ exports.executeMacro = function() {
"class": outerClasses,
style: {
overflow: "auto",
webkitOverflowScrolling: "touch",
"-webkit-overflow-scrolling": "touch",
"white-space": "nowrap"
}
};