dnd
dnd copied to clipboard
Wrong positioning of the dragged item in Firefox
Steps to reproduce
- Use firefox
- Try any example, e.g. https://dnd.hellopangea.com/?path=/docs/examples-single-vertical-list--basic
- You will see that the position of the currently dragged item is wrong
Examples:
To be clear, the same examples in react-beautiful-dnd (e.g. https://react-beautiful-dnd.netlify.app/?path=/story/single-vertical-list--basic) work correctly.
I had similar issues with the offset, but only when it was in a React portal, so maybe it was a different issue. Anyway I fixed the issue by following some of the advice in this thread https://github.com/atlassian/react-beautiful-dnd/issues/1881