I have an iframe on www.example.com that points to support.example.com (which is a CNAME to a foreign domain).
iframe
I automatically resize the height of my i
check if the scroll is realy from the iframe, maybe it's from the HTML or BODY.
For scroll in iframe
In css
iframe { overflow:hidden; } or iframe { overflow-x:hidden; overflow-y:hidden}