scroll-area(css): use opacity instead of visiblity #1450
MentalGear
started this conversation in
Feature Requests / Ideas
Replies: 1 comment
-
We don't touch opacity styles in this lib. Is this something you couldn't do via one of the provided |
Beta Was this translation helpful? Give feedback.
0 replies
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