bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

#1803 feat: :sparkles: add containerStyle to List Component #1804

Open october-rain opened 1 year ago

october-rain commented 1 year ago

Thanks for contributing to react-virtualized!

Before submitting a pull request, please complete the following checklist:

Reason Of The New Feature

According to #1803 : this bug is because of the Inner container of Grid Component, its position property value is 'relative'. And I use List Component which doesn't have containerStyle property like Grid Component as well. so i think maybe we can offer containerStyle for List or change default position to 'static'.