top | item 8515276

(no title)

goleksiak | 11 years ago

What browser are you using? I'm not seeing that here on my devices...? We are using pretty vanilla Bootstrap.

discuss

order

dceddia|11 years ago

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

ultrafez|11 years ago

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

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