react-beautiful-dnd icon indicating copy to clipboard operation
react-beautiful-dnd copied to clipboard

Cannot scroll to the bottom of the list when working with react-window VariableSizeList

Open trend-alan-bie opened this issue 2 years ago • 0 comments

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?

trend-alan-bie avatar Jan 03 '24 02:01 trend-alan-bie