Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #1857, suppress scrollbars on the iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 14, 2016
1 parent c220524 commit 4db54be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/data/selector-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const ui = (function () { // eslint-disable-line no-unused-vars
this.element.style.top = "0";
this.element.style.left = "0";
this.element.style.margin = "0";
this.element.scrolling = "no";
this.updateElementSize();
this.element.onload = () => {
var parsedDom = (new DOMParser()).parseFromString(
Expand Down

0 comments on commit 4db54be

Please sign in to comment.