react-infinite-scroll-component icon indicating copy to clipboard operation
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

Open byte-ma opened this issue 1 year ago • 2 comments

byte-ma avatar Aug 21 '24 09:08 byte-ma

I've got the same issue

hung211097 avatar Oct 22 '24 17:10 hung211097

add <div style={{ flex: 1, minHeight: 0 }} />

HDUysz avatar Jun 26 '25 07:06 HDUysz