atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
32.58k stars 2.51k forks source link

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

Open trend-alan-bie opened 5 months ago

trend-alan-bie commented 5 months ago

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?