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
One minor issue, alwaysVisible doesn't seem to update when its value changes after the scrollbar has mounted/initialised.
Use-case for this: I want to show scrollbars when scrolling is available (ie: if inner content height > container height) but hide them when scrolling isn't available.
#4 would be another reasonable solution to this use-case, namely being that I need to give users some indication that a container is scrollable without them initiating a scroll.
The text was updated successfully, but these errors were encountered:
Thanks for the excellent scrollbar library!
One minor issue,
alwaysVisible
doesn't seem to update when its value changes after the scrollbar has mounted/initialised.Use-case for this: I want to show scrollbars when scrolling is available (ie: if inner content height > container height) but hide them when scrolling isn't available.
#4 would be another reasonable solution to this use-case, namely being that I need to give users some indication that a container is scrollable without them initiating a scroll.
The text was updated successfully, but these errors were encountered: