Skip to content Skip to sidebar Skip to footer

Google Chrome: Vertical Scrollbar Disappears On Some Web Pages, Maybe Due To A Strange Toolbar

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 Chrome, and

Solution 1:

Turning the scrollbar always on did the trick for me:

body {
  overflow-y: scroll;
}

Solution 2:

I fixed my missing scroll bar issue by turning off "Use hardware acceleration when available" It's in chrome://settings/system

Solution 3:

Disabling extensions solved my problem, thanks! Here's an additional suggestion. To "disable" your extensions quickly and temporarily, just open a new Incognito window in Chrome.

Menu ->"New incognito window"

OR

Ctrl + Shift + N

Cheers! Josh

Solution 4:

I did the same thing that @Carey Pico did and it workeddisabling extensions. I first ran into this missing right scroll bar problem when opening Yahoo news pages today. I disabled all extensions (access tools --> extensions) and got back my right scroll bar where it should be.

Solution 5:

I ran into this situation where my "yahoo finance" page lost its scroll bar (after reinstalling Chrome). I only had one remaining extension left running (one I trusted). It was AVG Secure Search (I used AVG antivirus). I disabled it and the scroll bar appeared the next time I opened Yahoo Finance. Interestingly, I had left the old, missing scroll bar page open. It was unaffected.

So, AVG Secure Search extension interferes with yahoo products.

Post a Comment for "Google Chrome: Vertical Scrollbar Disappears On Some Web Pages, Maybe Due To A Strange Toolbar"