ScrollArea
ScrollArea gives a scrollable region a consistent, styled scrollbar across
browsers, without disabling native keyboard scrolling.
Usage
import { ScrollArea } from "@sina-design-system/core";
<ScrollArea style={{ height: 240 }}>
{/* long content */}
</ScrollArea>Examples
Vertical · a bounded list
Horizontal · content wider than the viewport
Accessibility
Use it for a bounded list or panel that would otherwise overflow. Content stays keyboard-scrollable and the scrollbar doesn't shift layout.