View Single Post
I'm regularly visiting MacUpdate and the site does not scroll horizontally. I am really tired of having to continuously manually resize the window just so I can see the product details on the other side of the page.

I know that I can set up site-specific settings and I'd like to set up a stylesheet for MacUpdate so that I'm able to scroll horizontally when I visit the site. I created a CSS file, but that doesn't appear to be working. My css file contains:

Code:
body {overflow-x: scroll; overflow-y: scroll;}
What am I missing?