Scrollbar
Native browser scrollbar rendered via an overlay DOM div with overflow: scroll. The scrollbar syncs bidirectionally with canvas wheel events.
overflowY:
Vertical Scroll (500 rows)
overflowY="auto" — many rows in a fixed-height viewport.
Grid API — Canvas (WASM/Taffy)
No Scroll (8 rows, auto)
overflowY="auto" with few rows — scrollbar hidden because content fits.
Canvas (WASM/Taffy)
Always Visible (scroll)
overflowY="scroll" — scrollbar always visible even when content fits.
Canvas (WASM/Taffy)
Many Columns (8 cols, 500 rows)
Wide content with many columns in a narrow viewport.