disable scrolling in an iframe
- by timkl
Is there a way to disable scrolling all together in an iframe?
I have an iframe where the content exceeds the iframe dimensions, setting scrolling=no only removes the scrollbars but doesn't disable scrolling.
I don't have control over the head of the iframe-html, so I can't style my way out it.
Any ideas?