::-webkit-scrollbar { width: 3px; } ::-webkit-scrollbar-track { background-color: transparent; } ::-webkit-scrollbar-thumb { transition: background-color 0.1s; background-color: var(--scroll-color); }