You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
hyanmandian
changed the title
Reach chrome max height pixels
Reach browser max height pixels
Oct 24, 2023
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:
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
Expected behavior
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
The text was updated successfully, but these errors were encountered: