Scroll Area
Augments native scroll functionality for custom, cross-browser styling.
Default
Horizontal scrolling
Deviation from shadcn/Radix: this port uses native styled scrollbars (via scrollbar-width / scrollbar-color and ::-webkit-scrollbar pseudo-elements) instead of a synthetic Radix ScrollArea. There is no scroll thumb drag-to-scroll or custom scrollbar hit-testing — behavior is 100% native browser scrolling, just re-skinned to approximate the shadcn look. This keeps the component CSS-only with no JS machine.