Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Scrollbars remain interactive with offsetScrollbars="present" when thumb is hidden #7599

Conversation

pfo-omicsstudio
Copy link
Contributor

@pfo-omicsstudio pfo-omicsstudio commented Mar 17, 2025

When using offsetScrollbars="present", it was possible to hover over and reveal the scrollbar background even when the thumb was hidden. This behavior was incorrect, as the scrollbar should be entirely hidden when the thumb isn't visible.

This is how it looked when hovering over a vertical scrollbar that is hidden using offsetScrollbars=present:

image

With this PR, the scrollbar background no longer appears when the thumb is hidden, as expected.

@rtivital rtivital merged commit a69c9cb into mantinedev:master Mar 23, 2025
1 check passed
@rtivital
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants