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(input_slider): Make sure last used handle is always above others #4131

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

gadenbuie
Copy link
Member

@gadenbuie gadenbuie commented Sep 20, 2024

Fixes #4130 by bumping the z-index of the last used slider handle from 2 to 3 to ensure that it's always possible to move the last used handle even if its value is the same as another handle.

@gadenbuie gadenbuie merged commit c489fef into main Sep 27, 2024
11 checks passed
@gadenbuie gadenbuie deleted the gadenbuie/issue4130 branch September 27, 2024 14:09
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.

Can't move double-ended range slider if from-handle is set to max
2 participants