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
When passing z indices to multiple Draggable component siblings, I expect to be able to control their positions relative to each other but I don't see any noticeable effect.
If you move elevation: z, zIndex: z, from dragItemCss to positionCss that solves the problem.
The text was updated successfully, but these errors were encountered:
brdnvgn
pushed a commit
to brdnvgn/react-native-draggable
that referenced
this issue
Dec 6, 2023
When passing z indices to multiple Draggable component siblings, I expect to be able to control their positions relative to each other but I don't see any noticeable effect.
If you move
elevation: z, zIndex: z,
from dragItemCss to positionCss that solves the problem.The text was updated successfully, but these errors were encountered: