diff --git a/api/js/etemplate/et2_widget_iframe.js b/api/js/etemplate/et2_widget_iframe.js index 40766e7920..a6a2bcb1be 100644 --- a/api/js/etemplate/et2_widget_iframe.js +++ b/api/js/etemplate/et2_widget_iframe.js @@ -92,6 +92,7 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend( set_seamless: function(_seamless) { this.options.seamless = _seamless; this.htmlNode.attr("seamless", _seamless); + this.htmlNode.attr("scrolling", _seamless ? 'no' : 'auto'); }, set_value: function(_value) {