9 ms·
What browser are you using? I'm not seeing that here on my devices...? We are using pretty vanilla Bootstrap.
by goleksiak 12y ago
What browser are you using? I'm not seeing that here on my devices...? We are using pretty vanilla Bootstrap.
- anonymoushn 12y agohttp://i.imgur.com/v0b1LKC.png http://i.imgur.com/v0b1LKC.png This is what I see in Chrome on OSX.
- ultrafez 12y agoThe issue is you've got the following CSS on lines 31-33 of blog.css: body.blog .blog-post p { overflow: scroll; }
- dceddia 12y agoAre 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".