clauderic / react-sortable-hoc

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
https://clauderic.github.io/react-sortable-hoc/
MIT License
10.83k stars 983 forks source link

The dragged element must not overflow the parent container #879

Open zhaozailin opened 2 months ago

zhaozailin commented 2 months ago

When the dragged element is in a scrollable container, such as in a horizontal scrolling container, when the element is very long, the drag process will overflow the parent element, there is no way to solve this problem, very feel everyone's wisdom

image