Google Chrome: Vertical Scrollbar Disappears On Some Web Pages, Maybe Due To A Strange Toolbar
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 worked
disabling 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"