Skip to content Skip to sidebar Skip to footer

Redraw Issue When Changing Webkit-scrollbar Width On Hover

I am trying to change the width of a scrollbar on hover. I am able to change background color and other CSS properties, but width is fussy. If I right click the element and view th

Solution 1:

Just change event to the "hover of the scrollbar"

::-webkit-scrollbar-thumb:hover

DEMO

Post a Comment for "Redraw Issue When Changing Webkit-scrollbar Width On Hover"