TanStack / virtual

🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte

Home Page:https://tanstack.com/virtual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reach browser max height pixels

hyanmandian opened this issue · comments

Describe the bug

I'm doing some POC to check if I'll be able to render a larger list and I face some issues with the current approach you use by setting the height of the parent element to create the scrollable area. If the list size is long it could beat the max height value which is:

Firefox: 33554400px
Chrome:  33554428px

https://stackoverflow.com/questions/16637530/whats-the-maximum-pixel-value-of-css-width-and-height-properties

In that way is impossible to keep scrolling until the end of the list

Your minimal, reproducible example

https://codesandbox.io/p/sandbox/romantic-breeze-tjpnxm?embed=1&file=%2Fsrc%2Fmain.tsx%3A4%2C21

Steps to reproduce

  • Create a list with 1677723 items and each item should have 20px
  • Cannot scroll to see the last item

Expected behavior

  • Create a list with 1677723 items and each item should have 20px
  • Be able to see the last item

How often does this bug happen?

None

Screenshots or Videos

No response

Platform

macOS - Chrome

tanstack-virtual version

3.0.0-alpha.1

TypeScript version

No response

Additional context

No response

Terms & Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.