Vertical scrollbar missing
Permalink
I'm using the Default theme and notice that the vertical scrollbar is missing from the right side of the page. Any thoughts on where it is?
Going up and down is exhausting, it probably won't on vacation for a week!
I can't seem to be able to reproduce this myself and therefore need more information.
- Any add-ons installed that could cause the issue?
- concrete5 version?
- Does it happen when you edit the page or also when you view a page?
- Is the site public? Can we have a look?
- Any add-ons installed that could cause the issue?
- concrete5 version?
- Does it happen when you edit the page or also when you view a page?
- Is the site public? Can we have a look?
The site is restricted to registered users. If you want register, I'd be happy to approve you so you can take a look. Otherwise, I've attached two JPEGs that might help. The first JPEG is when I'm signed in as the Admin, you can see the vertical scrollbar on the right. The second JPEG is when I'm signed in as a Registered User, you don't see the scrollbar. Also notice that the background image is slightly off on both left and right sides.
Installed add-ins are Login Box, Galleria Image Gallery, Lightboxed Image (I'm not using any add-ins).
Installed add-ins are Login Box, Galleria Image Gallery, Lightboxed Image (I'm not using any add-ins).
Maybe it's the theme I'm using. I notice the same issue happens with my Concrete5 test site,http://miketest.c5host.com/
I don't quite understand, you want to have a scrollbar even if the content is smaller than the browser viewport?
It's really not needed if the content is smaller than the viewpoint. Just looks funny, IMHO. Thanks much for your quick replies and help.
Well, that's the usual behaviour, I'm not going to judge if that's okay or not.. However, if you want to have a scrollbar, no matter what the size of the content is, locate main.css of your theme and insert this:
body { overflow: scroll; }
Ahh... Much appreciated and great job! I'm liking Concerete5.