Here is Scroll Area component
npx shadcn@latest add https://21st.dev/r/base-ui/scroll-area-1
Loading preview...
import ExampleScrollArea from "@/components/ui/scroll-area-1"; export default function DemoOne() { return <ExampleScrollArea />; }