{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "thin-scrollbar", "author": "ncdai ", "files": [], "css": { "@layer base": { "::-webkit-scrollbar": { "width": "5px" }, "::-webkit-scrollbar-track": { "background": "transparent" }, "::-webkit-scrollbar-thumb": { "background": "var(--border)", "border-radius": "5px" }, "*": { "scrollbar-width": "thin", "scrollbar-color": "var(--border) transparent" } } }, "type": "registry:style" }