andrewngu / sound-redux

A Soundcloud client built with React / Redux
http://soundredux.io
GNU General Public License v3.0
5.01k stars 878 forks source link

[Bug] Not being able to fetch more songs #103

Open chriszhangusc opened 7 years ago

chriszhangusc commented 7 years ago

Not being able to scroll to fetch more songs when the height of the content is too short. My solution is to extend the min-height of the content to make sure there is always some space to scroll.

screen shot 2017-06-14 at 1 24 22 pm
metju90 commented 6 years ago

Is the console log showing any errors?

chriszhangusc commented 6 years ago

@metju90 Sorry for the late reply, no there is no error in the console, this happens because the content is too short for the scroll bar to show thus not triggering the fetch more song hook.