with Empty Space in Bottom Virtual List When Non-Virtual List Part Causes Scrollbar #1064
Replies: 1 comment
-
|
the issue resloved https://codesandbox.io/p/sandbox/rf6jtd?file=%2Fsrc%2Fmain.tsx%3A64%2C10 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using @tanstack/react-virtual, I encountered an issue where the bottom part of the virtual list displays empty space when the non-virtual list items (above the virtual list) have a height that causes a scrollbar to appear. This behavior leads to misalignment and results in a portion of the virtual list being blank or not rendered correctly.
https://codesandbox.io/p/sandbox/rf6jtd?file=%2Fsrc%2Findex.css%3A16%2C8
Beta Was this translation helpful? Give feedback.
All reactions