mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
parent
13faeaa0bd
commit
e49dda3b48
@ -159,8 +159,6 @@ 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…
Reference in New Issue
Block a user