HTML iframe - disable scroll

mitchel42

New Member
I have following iframe in my site:\[code\]<iframe src="http://stackoverflow.com/questions/15494568/<<URL>>" height="800" width="800" sandbox="allow-same-origin allow-scripts allow-forms" scrolling="no" style="overflow: hidden"></iframe>\[/code\]And it has scrolling bars.
How to get rid of them?
 
Back
Top