You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have more than one sortable, and when i drag elemnt to empty sortable,
placeholder visible and work only when i move mouse in element that have very small height, i fixed it just give <ul> style min-height: 100%. It works fine when sortable is empty, but when sortable have 1 element the situation repeats,
now i need move mouse to above or below element that already in list
I want that it work like when we drag first to empty (Work on all height size), can someone help me with this please?
I already read 3-5 pages issues and didn`t find some like this
I`m use SortableInput from kartik (infinity height, with scroll Y)but I think it's not that important
The text was updated successfully, but these errors were encountered:
Hey, this makes sense. If you could send a PR I would love to merge it.
idk how to write code in this ptoject sry, i`m not have big expirience with it, at the moment I only can see the problem and text to you how i solved this
Describe the bug
I have more than one sortable, and when i drag elemnt to empty sortable,
placeholder visible and work only when i move mouse in element that have very small height, i fixed it just give
<ul>
stylemin-height: 100%
. It works fine when sortable is empty, but when sortable have 1 element the situation repeats,now i need move mouse to above or below element that already in list
I want that it work like when we drag first to empty (Work on all height size), can someone help me with this please?
I already read 3-5 pages issues and didn`t find some like this
I`m use SortableInput from kartik (infinity height, with scroll Y)but I think it's not that important
The text was updated successfully, but these errors were encountered: