Skip to content

Commit 9f45746

Browse files
Johnetordofffelliott
authored andcommitted
Make Iframe scrollable
[SVCS-276]
1 parent 3bf905c commit 9f45746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mfr/server/static/js/mfr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
self.pymParent = new pym.Parent(self.id, self.url, self.config);
8080
self.pymParent.iframe.setAttribute('allowfullscreen', '');
8181
self.pymParent.iframe.setAttribute('webkitallowfullscreen', '');
82+
self.pymParent.iframe.setAttribute('scrolling', 'yes');
8283

8384
self.pymParent.el.appendChild(self.spinner);
8485
$(self.pymParent.iframe).load(function () {

0 commit comments

Comments
 (0)