Closed SergeKrstic closed 4 years ago
This happens with the clone functionality off right?
If you are getting layering issues we recommend you reparent your Draggable to another location in the DOM
Let me know if you still have any problems
Excellent, reparenting the draggable card using the clone functionality fixes this issue. Thanks, @alexreardon and @ForteDell
Expected behavior
When dragging a card from one list to another, the card should remain visible across all lists.
Actual behavior
When dragging a card to a new list, the card is not visible when positioned above the new list. The card get cropped as it leaves the boundaries of the original list.
Steps to reproduce
Suggested solution?
The issue appears to only occur on iOS Safari browser when the CSS property
overflow
is set on the list container.The
overflow
property allows a large of cards to be scrolled. Disabling theoverflow
fixes the issue, such that the card reamains visible across the entire drag path, however the large list of cards cannot be scrolled. A possible solution would be configure the CSS properties to useposition:absolute
as suggsted by this articleWhat version of
React
are you using?^16.12.0
What version of
react-beautiful-dnd
are you running?^12.2.0
What browser are you using?
iOS Safari
Demo