.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground)/.2);border-radius:9999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground)/.4)}