::-webkit-scrollbar { width: 2px; } ::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.1); border-radius: 2px; }  ::-webkit-scrollbar-thumb { background-color: #80AA41; border-radius: 3px; }  ::-webkit-scrollbar-thumb:hover { background-color: var(--primary-hover); }  * { scrollbar-width: thin; scrollbar-color: var(--primary) rgba(0, 0, 0, 0.1); }