mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 06:14:44 +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
|
// Create elements
|
||||||
this.outerDomNode = this.document.createElement("div");
|
this.outerDomNode = this.document.createElement("div");
|
||||||
$tw.utils.setStyle(this.outerDomNode,[
|
$tw.utils.setStyle(this.outerDomNode,[
|
||||||
|
{overflowY: "auto"},
|
||||||
|
{overflowX: "auto"},
|
||||||
{webkitOverflowScrolling: "touch"}
|
{webkitOverflowScrolling: "touch"}
|
||||||
]);
|
]);
|
||||||
this.innerDomNode = this.document.createElement("div");
|
this.innerDomNode = this.document.createElement("div");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user