React-sortable-hoc: Item disappearing when dragging

Created on 28 Jan 2017  路  2Comments  路  Source: clauderic/react-sortable-hoc

I am trying to use where my sortable list is in a modal. I tried react-bootstrap modal and react-modal-dialog libraries and with both my item disappears when dragging. You mention in your readme about potential of item disappearing. Is there an easy solution if this occurs?

Most helpful comment

Awesome. Set a higher z-index on SortableElement and worked like a charm. Thanks!

All 2 comments

Hey @jeffbonasso, this is a duplicate of https://github.com/clauderic/react-sortable-hoc/issues/87.

Short answer: It's a z-index issue

Awesome. Set a higher z-index on SortableElement and worked like a charm. Thanks!

Was this page helpful?
0 / 5 - 0 ratings