bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.91k stars 787 forks source link

Padding top doesn't work properly for big padding size #601

Closed natcohen closed 2 months ago

natcohen commented 3 years ago

After playing a bit with the official example: https://codesandbox.io/s/react-window-list-padding-dg0pq adding a padding size of 150 or bigger makes it buggy. Simply change the PADDING_SIZE to 150 to reproduce the bug.

linecept commented 1 year ago

I'm having the same issue. Any thoughts on this anyone?