Can you try adding the scrolling attribute to the iframe? Like this:
<iframe scrolling="no" style="height:100px;width:100px;border:none;" src="https://devnet.kentico.com/"></iframe>
Or are you not able to modify the iframe? I'm not sure how you're currently using an iframe.