clauderic / clauderic/react-tiny-virtual-list
Total list height (item-height*num-items) breaks at 37,282,700 pixels
Open
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
When I create a list with 1M items, each 50px high, I cannot scroll all the way down (last item is #745,653) . Looks like chrome maxes out on div height - CSS shows list's container div height is 37,282,700px, and seems it cannot grow larger.

See also [37,282,700px mentioned on stack-overflow](https://stackoverflow.com/a/38301324).
```
{
return (
{ index }
} }
/>
```
Contributor guide
Assessment
This issue has not been assessed yet.