๐ŸŒ Window Scroll

The list scrolls with the page โ€” no inner scrollbar, no fixed container height. Just normal browser scrolling.

scrollElement: window overflow: visible native scrollbar

This page has a header, a list of 10,000 items loaded via async adapter, and a footer โ€” all in the normal document flow. The virtual list uses scrollElement: window so the browser's native scrollbar controls everything. Unloaded items show skeleton placeholders that are replaced as data arrives. Adjust the API delay to see the effect.

Search Results