-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Flex box "align-items" or "justify-content" causes drop area not right #2339
Comments
The behaviour was changed recently to fix an edge case, can you revert back to 1.15.0. I'll need to work on another solution to fix this in a future update. |
owen-m1
added a commit
that referenced
this issue
Jan 13, 2024
Now fixed in 1.15.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
List item is unable to be added properly to group container with either flex position properties
align-content
,flex-wrap
accompanied to flex parent.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Information
sortablejs = ^1.15.1
Reproduction
codesandbox: https://stackblitz.com/edit/react-yqho1b?file=src%2Fstyle.css,src%2FCenter.js,src%2FLeft.js,src%2Findex.js
The text was updated successfully, but these errors were encountered: