mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 23:03:50 +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,
|
"class": outerClasses,
|
||||||
style: {
|
style: {
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
webkitOverflowScrolling: "touch",
|
"-webkit-overflow-scrolling": "touch",
|
||||||
"white-space": "nowrap"
|
"white-space": "nowrap"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user