react-beautiful-dnd
react-beautiful-dnd copied to clipboard
Cannot scroll to the bottom of the list when working with react-window VariableSizeList
The example of react-window is for FixedSizeList. However, when using VariableSizeList, items cannot be dragged to the end of the list. For instance, with 30 items, the scrollbar gets stuck at item 25. You can refer to this sandbox for more details.
Any suggestion?