-
Beta Was this translation helpful? Give feedback.
Answered by
ryuoryuo
Dec 16, 2025
Replies: 1 comment
-
|
I could not find a solution without modifying the library itself, so I patched it. Now I'm always returning this index check: virtual/packages/virtual-core/src/index.ts Line 605 in 8072348 This can cause large gaps at the end of the grid when some rows are much taller than others (if some cards vary significantly in height), but in my case it works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ryuoryuo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I could not find a solution without modifying the library itself, so I patched it. Now I'm always returning this index check:
virtual/packages/virtual-core/src/index.ts
Line 605 in 8072348
This can cause large gaps at the end of the grid when some rows are much taller than others (if some cards vary significantly in height), but in my case it works fine.