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
In some of the design, I need to limit the scrollbar thumb max size. For example, I need to change the thumbs shape to circle.
For the current version, if I change thumbs size using css (say fixed 10px), the thumbs will be wrong position when scroll to the bottom.
I know it is because the thumbs offset are updated after render using
Motivation
In some of the design, I need to limit the scrollbar thumb max size. For example, I need to change the thumbs shape to circle.
For the current version, if I change thumbs size using css (say fixed 10px), the thumbs will be wrong position when scroll to the bottom.
I know it is because the thumbs offset are updated after render using
Proposal
In the options, provide thumbMaxSize parameter to allow set to thumb max size.
The text was updated successfully, but these errors were encountered: