Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to detect the boundary of the collection of current being dragged row? #861

Open
zhaoyao91 opened this issue Oct 25, 2022 · 1 comment

Comments

@zhaoyao91
Copy link

we have a draggable list composed of multiple collections. when dragging a row into another collection, it will be sorted to the most top or bottom position, but we hope it retain the old position. how can we implement this with react-sortable-hoc?

@NemoZhong
Copy link

give the container a style overflow: auto; can solve the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants