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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Nov 16, 2024

  1. fix(issue1206): Need to use unsetZIndex=true in react-draggable-list

    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.
    p4p4j0hn committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d3e08fd View commit details
    Browse the repository at this point in the history