react-nestable
react-nestable copied to clipboard
Issue when dragging inside of a container with overflow auto.
Hey,
I am using your component inside a modal window that has a vertical scrollbar. When I drag an item that is out of view the offset of the item is wrong.
Do you maybe have any news on this?
Hello. Would you like to help, creating a fix PR? =]
Hello,
I am currently on holiday, I'll try to find some time after my holiday.
Verzonden vanaf mijn Huawei mobiele telefoon
-------- Oorspronkelijk bericht -------- Onderwerp: Re: [primetwig/react-nestable] Issue when dragging inside of a container with overflow auto. (#29) Van: primetwig Aan: primetwig/react-nestable Cc: Wouter Govaert ,Author
Hello. Would you like to help, creating a fix PR? =]
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/primetwig/react-nestable/issues/29?email_source=notifications&email_token=AACW6DBYEQLCAGPXG266HBLQCFI4PA5CNFSM4IFZJURKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3GTKDA#issuecomment-516764940, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AACW6DFAVTVHSFL56NUO6HLQCFI4PANCNFSM4IFZJURA.
Any update on this? I'm having the same issue.
Thanks
Same issue
I took manuelbeier code and applied to the latest 2.0.0 version and tested. It works great. It would be nice to merge the pull request back in.
Thanks, GimpMaster
Did someone fix this? Because I have a problem when dragging the item, the item is hovering far above the cursor.
Did someone fix this? Because I have a problem when dragging the item, the item is hovering far above the cursor.
.nestable-drag-layer>.nestable-list { margin: 10px !important; }
You can apply this code in your css for temporary solution.