One of my customers have trouble viewing some of the pages on our website. Specifically it is the vertical scrollbar, that disappears on some pages.
She is using Google
Turning the scrollbar always on did the trick for me:
body { overflow-y: scroll; }