Construct a table with hasDragAndDrop: true and the right callbacks to start a drag.
Start dragging a row.
The page will show a vertical scrollbar briefly (if there isn't one already).
The problem is that an absolutely positioned row overlay is created during the drag and positioned over rows. But initially there's no row to be over and it ends up start offscreen. While not visible, it causes the browser to show a scrollbar.
What package is this for?
Describe the bug
Construct a table with
hasDragAndDrop: true
and the right callbacks to start a drag. Start dragging a row. The page will show a vertical scrollbar briefly (if there isn't one already). The problem is that an absolutely positioned row overlay is created during the drag and positioned over rows. But initially there's no row to be over and it ends up start offscreen. While not visible, it causes the browser to show a scrollbar.Environment/versions:
carbon-addons-iot-react
version: 2.153.0-next.12