Summary
* Many virtual list libraries like react-window, svelte-virtual-list, and TanStack's Virtual cannot handle the total height larger than 16,777,200px due to Chrome's limitation. If you have a list of 1M rows where each row is 28px, you won't be able to scroll pass the 559,185th row.
* I've