clauderic / clauderic/react-sortable-hoc

Drag doesn't work as expected when the list has two column

Open
#627 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
10.9k
Forks
959
PR merge metrics
No merged PRs in 30d

Description

Hello
Inorder to make my list to two columns, i gave the `ul` the below class :
```
.UnorderedList {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
```
This turn the list into two columns, but when i try dragging, i can see that instead of the closest element or top or bottom elements, you can only change the order with the right or left elements !, how can i have a two column list which allows me to drag and drop any element to any slot ?
Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.