Hacker News new | ask | show | jobs
by goleksiak 4248 days ago
What browser are you using? I'm not seeing that here on my devices...? We are using pretty vanilla Bootstrap.
3 comments

http://i.imgur.com/v0b1LKC.png

This is what I see in Chrome on OSX.

Are your devices Apple devices by any chance?

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".

The issue is you've got the following CSS on lines 31-33 of blog.css:

body.blog .blog-post p { overflow: scroll; }