You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrollbar accepts mousemove events only when the cursor is on top of the scrollbar. This makes scrolling difficult, since you need to make sure your cursor stays within the bounds of the scrollbar area. Typically, after you've clicked on a scrollbar thumb, you should be able to move mouse anywhere on the page to scroll the scrollbar.