Skip to content

Commit

Permalink
disable iframe scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 22, 2025
1 parent 762e093 commit d3a6111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function addFrame(key) {
Frame[key].src = `/${key}`;
Frame[key].id = key;
Frame[key].sandbox = 'allow-scripts allow-same-origin';
Frame[key].setAttribute('scrolling', 'no');
document.body.appendChild(Frame[key]);
}

Expand Down

0 comments on commit d3a6111

Please sign in to comment.