podverse / podverse-web

Podverse web app written with React and Next.js
https://podverse.fm/about
GNU Affero General Public License v3.0
84 stars 30 forks source link

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

Closed p4p4j0hn closed 2 days ago

p4p4j0hn commented 1 week ago

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.

mitchdowney commented 2 days ago

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