You may find different methods on how to remove the scroll bars within an iFrame in Chrome but here’s one that worked for me.
Example with scroll bars:
The code used to fix the scrolling bars was scrolling=”no” in the iframe tag.:
<iframe id=”frame” frameborder=”0″ scrolling=”no” width=”300px” height=”300px” src=”http://www.businesslegions.com”></iframe>
Example without scroll bars:
There are other tags such as the one below but it only worked for Firefox and IE – not Chrome. If there are any other solutions please let me know.
style="overflow:scroll;" style="overflow:hidden;"
Get Weekly Software Intelligence & Exclusive Deals
Join our private dispatch to receive curated lifetime SaaS discounts, developer automation blueprints, and actionable growth tutorials straight to your inbox.
