mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-22 05:50:01 +00:00
Revert scrollable changes e49dda3b4860cdf82fcae4e19dd91f2629f4c219
See https://talk.tiddlywiki.org/t/stroll-issue-with-5-2-2/2885/2
This commit is contained in:
parent
c920960942
commit
6dbb3ee36e
@ -159,6 +159,8 @@ ScrollableWidget.prototype.render = function(parent,nextSibling) {
|
||||
// Create elements
|
||||
this.outerDomNode = this.document.createElement("div");
|
||||
$tw.utils.setStyle(this.outerDomNode,[
|
||||
{overflowY: "auto"},
|
||||
{overflowX: "auto"},
|
||||
{webkitOverflowScrolling: "touch"}
|
||||
]);
|
||||
this.innerDomNode = this.document.createElement("div");
|
||||
|
Loading…
x
Reference in New Issue
Block a user