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
The scrollbar is implemented exactly as you suggested, it's not a non-native implementation. The problem lies in the fact that the whole container is cursor-pointer'ed. I can put this on my list to fix if this annoys you.
Ah; I wasn't too sure and should have checked the code first. I had a feeling that might be the case, but I didn't know that the WebKit scrollbar could overlay & inherit from page contents even on systems where the default puts the browser scrollbar beside the content rather than over it.
The custom scrollbar should use the pointer cursor rather than the move (grabber) cursor. It may also be possible to use CSS to change the look of the scrollbar rather than inventing a custom one, but I would imagine there is some functional reason for using a custom one here other than looks.
Cursor before:
Cursor after:
It's better UX to have scrollbar replacements retain the same pointer as other scrollbars; else, it ruins the illusion and feels bad.
The text was updated successfully, but these errors were encountered: