Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.27k stars 885 forks source link

RecycleScroller meet div height limitation problem #807

Open yumi-cn opened 1 year ago

yumi-cn commented 1 year ago

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