You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having said that, applying a zIndex of 1000000 to all of your elements might not be a great idea. Instead, I highly recommend you use the helperClass prop to selectively apply a high z-index to only the element that is currently being dragged
Hi,
i'm trying to follow the solution of the z-index issue (#87 (comment))
and i have the following component:
and this is the generated html

it seems as if the SortableElement is creating another div that is created w/o the provided style.
am I missing anything?
Thanks.
The text was updated successfully, but these errors were encountered: