I have an iframe.
I need a cross-browser solution to ensure that only the vertical scrollbar is visible, regardless of the width of the iframe's contents.
My solution already has a dependency on jQuery, so if this is not possible with only CSS I am open to jQuery solutions.
How can I do this?