Fix search results cutoff on narrow screens

Fixes #6440
This commit is contained in:
jeremy@jermolene.com 2022-02-01 09:36:30 +00:00
parent 13faeaa0bd
commit e49dda3b48
1 changed files with 0 additions and 2 deletions

View File

@ -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");