scroll-area
Restyled scroll container with thin custom scrollbar.
Preview
…
Markup
<div class="scroll-area">…</div>Install
Import the component CSS (depends on base/tokens.css):
@import "@russfranky/shadcss/src/components/scroll-area.css";
…or copy it into your repo with the CLI:
npx @russfranky/shadcss-cli add scroll-area
Accessibility
Styled native overflow; size variants are WebKit-only
Classes
.scroll-area .scroll-area-sm .scroll-area-lg .scroll-area-hidden
Dependencies
base/tokens