iframe scroll event not working code example
Example: iframe no scroll
<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>