scroll-area(css): use opacity instead of visiblity #1450
MentalGear
started this conversation in
Feature Requests / Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the scroll-area thumbs just disappear when not needed, which is rather sudden and draws user attention, even though it shouldn't. Please consider using instead
opacity = 0/1
instead of switchingvisibility
to fade them out softly.bits-ui/packages/bits-ui/src/lib/bits/scroll-area/scroll-area.svelte.ts
Line 185 in 6e251ff
Beta Was this translation helpful? Give feedback.
All reactions