react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
Proposal to target overflowY rather than overflow?
So I ran into an issue with using the infinite-scroll on an html table where a horizontal bar was always placed at the bottom. When I would attempt to override the horizontal scrollbar by setting overflowX to hidden, or doing anything to the overflow property really, it would cause the infinite scroll to break.
Assuming that this component is for vertical scrolling, would it be possible to have the infinite scrolling classes to utilize overflow-y: auto, rather than overflow: auto?
@ankeetmaini is this repo supported at all? I don't see any activity here for a year.