I have an IFRAME with overflows hidden in the css and html. It works in Firefox, but not Chrome/Safari
Why is this?
Just width: 99.99%; did the trick for me.
width: 99.99%;
I had this problem in Chrome but not in Firefox.