seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView
Other
2.71k stars 275 forks source link

allow for other elements to be above a windowed infinite list #260

Open katblag opened 6 years ago

katblag commented 6 years ago

Using the scrollable div's boundingClientRect for top-down scrolling in the window allows us to have big fancy page headers above the beginning of our lists.

katblag commented 6 years ago

this is an updated fix for stale PR #136

katblag commented 6 years ago

@garetht any ideas on how to get the CI tests to run?