react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
Question: if using inverse to load from top and initially loaded content can not occupy a full screen, the content will be at bottom because of column-reverse, if want to show the content at the top when it doesn't occupy a full screen intially, how do i do that
I've got the same issue
add <div style={{ flex: 1, minHeight: 0 }} />