vue-virtual-scroller
vue-virtual-scroller copied to clipboard
RecycleScroller meet div height limitation problem
trafficstars
Describe the bug
when amount(800,000) * height(40px) above div height limit(22,369,600px),we can not see the items out of the div.
Is there some simple way to solve bug like this?
Reproduction
re-Create situation in describe will see this happened.
System Info
System:
OS: Windows 10 10.0.19044
Binaries:
Node: 18.16.0
Yarn: 1.22.19
npm: 9.5.1
Browsers:
Edge: Spartan (44.19041.1266.0), Chromium (113.0.1774.50)
Internet Explorer: 11.0.19041.1566
Used Package Manager
npm
Validations
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- [X] The provided reproduction is a minimal reproducible example of the bug.