New type of scroll behaviour 'interactive' or 'move' in scroll area #8012
bweinlich
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
|
Thanks for kind words! I did not get the difference with the current scroll type and the new proposed mode |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello!
Thank you so much for your great work – I love Mantine!
If I had one wish, it would be to have a new scroll behavior type like 'interactive' or 'move' for the ScrollArea component. This type would show the scrollbars only when:
a) the user is actively scrolling (like with type="scroll"),
b) or when the mouse is moving over the scroll area.
In my opinion, the 'hover' scroll type makes the scrollbar appear a bit too aggressively when the mouse happens to be over the scroll area. I’m developing a chat application where user input is mostly done via keyboard, so scrollbars are only necessary when the user moves the mouse (which is usually also when they operate the scroll wheel).
I’d be really happy if this feature could be implemented!
Beta Was this translation helpful? Give feedback.
All reactions