-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Wrong draggable position when using example code #2056
Comments
Okay I have found the reason but it is strange one. |
Any update about this issue? I'm facing the same problem, when i remove the backdrop-filter from my container div, the bug disappears 🤔 |
Ok I've just solved my problem by overriding the left/top definitions of my Draggable to auto:
|
If your Droppable column is vertical and there exists scroll, this doesnt work when you scroll down. Cant find how to fix it. |
If your Droppable column is vertical and there exists scroll, You can try the following code
|
It is totally weird, I have this problem, and when I remove the backdrop for its parent problem solved! |
oh my god thank you so much. this totally worked. |
Yeah, I'm totally shocked by this bug. Remove the style of |
Okay thank you guys i had a |
I'm testing react-beautiful-dnd in my electron app.
You can see draggable item is moved to the right for approx 50px.
And when it is dropped it is also teleported 50px to the left.
Screen.Recording.2021-01-10.at.11.34.53.mov
The text was updated successfully, but these errors were encountered: