I'm using react-beautiful-dnd to make table rows draggable.
The dragging goes well, but when I scroll the page when I have a draggable it gets out of position.
I have no idea why.
Also in the css is nothing weird found.
I have no idea why this is happening and don't know how to fix this. Here is an example of my problem.
This is my code:
import update from "immutability-helper";
import * as React from "react";
import { DragDropContext, …Run Code Online (Sandbox Code Playgroud)