mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 15:21:11 -08:00
parent
13faeaa0bd
commit
e49dda3b48
1 changed files with 0 additions and 2 deletions
|
|
@ -159,8 +159,6 @@ 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…
Add table
Add a link
Reference in a new issue