We had a similar bug reported at work recently, and it turned out that Windows browsers will always show scrollbars but the ones running on OS X/iOS will hide them until you start scrolling.
To turn them on in OS X, go to System Preferences > General and set Show scroll bars to "Always".
anonymoushn|11 years ago
This is what I see in Chrome on OSX.
dceddia|11 years ago
We had a similar bug reported at work recently, and it turned out that Windows browsers will always show scrollbars but the ones running on OS X/iOS will hide them until you start scrolling.
To turn them on in OS X, go to System Preferences > General and set Show scroll bars to "Always".
ultrafez|11 years ago
body.blog .blog-post p { overflow: scroll; }