@plainbroke yes, or you can try this in your custom. css
.modulename iframe {
overflow:hidden;
}
that should clip off the content at the iframe size
a deprecated attribute that ‘may’ still work,
set scroll=“no” on the iframe statement itself. (but you would have to change the code for this)