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

Flex box "align-items" or "justify-content" causes drop area not right #2339

Closed
awesomeWay opened this issue Dec 22, 2023 · 2 comments
Closed

Comments

@awesomeWay
Copy link

Describe the bug
List item is unable to be added properly to group container with either flex position properties align-content,flex-wrapaccompanied to flex parent.

To Reproduce
Steps to reproduce the behavior:

  1. Go to group css container that holds the list
  2. Change properties to following
 display: flex;
 flex-wrap: wrap;
 align-content: flex-start;

Expected behavior
w0jsp-bng1e

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

@owen-m1
Copy link
Member

owen-m1 commented Dec 23, 2023

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
Copy link
Member

owen-m1 commented Jan 14, 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants