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(issue1206): Need to use unsetZIndex=true in react-draggable-list #1302

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

p4p4j0hn
Copy link
Contributor

@p4p4j0hn p4p4j0hn commented Nov 16, 2024

Fixes #1206
From the docs:
unsetZIndex is an optional property that defaults to false. If set to true, then the z-index of all of the list items will be set to "auto" when the list isn't animating. This may have a small performance cost when the list starts and stops animating. Use this if you need to avoid having the list item create a stacking context when it's not being animated.

Fixes issue podverse#1206
From the docs:
unsetZIndex is an optional property that defaults to false. If set to
true, then the z-index of all of the list items will be set to "auto"
when the list isn't animating. This may have a small performance cost
when the list starts and stops animating. Use this if you need to avoid
having the list item create a stacking context when it's not being
animated.
@mitchdowney
Copy link
Member

Just tested and your change worked for me. Thanks for your help!

@mitchdowney mitchdowney merged commit b778fa0 into podverse:develop Nov 22, 2024
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.

Dropdown menu in episodes queue shows below the episode description
2 participants