I have an IFRAME with overflows hidden in the css and html. It works in Firefox, but not Chrome/Safari
Why is this?
Use overflow-y:hidden; then the vertical scroll will be hidden.