How to remove iframe's scrllbars? In Firefox it's easy, however I found myself unable to achieve this effect to be compatible with all major browsers.
If the CSS technique isn't working for you, try also adding the property scrolling="no" to the iframe HTML tag.
scrolling="no"
iframe
<iframe scrolling="no" src="..." >
2.1m questions
2.1m answers
60 comments
57.0k users