conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 19 forks source link

Set explicit height on infinite scroll target #391

Closed gabalafou closed 4 months ago

gabalafou commented 5 months ago

Fixes #312.

Description

While I was reviewing #356, I think I discovered why the infinite scroll React component wasn't doing its job. For whatever reason, it requires that the scrollable target has its height explicitly set—so height 100% rather than height auto.

Pull request checklist

gabalafou commented 5 months ago

@PhilipNeffOnGithub could you try testing this locally?

peytondmurray commented 4 months ago

Thanks for this! :rocket: