Skip to content

Commit

Permalink
Enable scrolling in Widgetize report iframes (matomo-org#14410)
Browse files Browse the repository at this point in the history
Tested on Chromium and Firefox on Ubuntu and MS Edge.

Fixes matomo-org#14056
  • Loading branch information
courtneywright authored and tsteur committed May 5, 2019
1 parent 72df150 commit 36bfbcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
var urlIframe = getEmbedUrl(widgetParameters, "iframe");
// We first build the HTML code that will load the widget in an IFRAME
var widgetIframeHtml = '<div id="widgetIframe">' +
'<iframe width="100%" height="350" src="' + urlIframe + '" scrolling="no" frameborder="0" marginheight="0" marginwidth="0">' +
'<iframe width="100%" height="350" src="' + urlIframe + '" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0">' +
'</iframe>' +
'</div>';

Expand Down

0 comments on commit 36bfbcf

Please sign in to comment.