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
Following on from #4, it would be great if we had an option for alwaysVisible to only show the scrollbar if the area is scrollable. I guess you wouldn't want to change the default behaviour of the existing prop since that would be a breaking change, but I imagine you could overload it.
Eg:
alwaysVisible={true} current behaviour
alwaysVisible="scrollable" only visible if area is scrollable (content height > 100% of viewport height)
alwaysVisible="always" same as true
The text was updated successfully, but these errors were encountered:
Following on from #4, it would be great if we had an option for
alwaysVisible
to only show the scrollbar if the area is scrollable. I guess you wouldn't want to change the default behaviour of the existing prop since that would be a breaking change, but I imagine you could overload it.Eg:
alwaysVisible={true}
current behaviouralwaysVisible="scrollable"
only visible if area is scrollable (content height > 100% of viewport height)alwaysVisible="always"
same astrue
The text was updated successfully, but these errors were encountered: