* { scrollbar-width: thin; scrollbar-color: $cscroll $bscrooll; } *::-webkit-scrollbar { width: 12px; } *::-webkit-scrollbar-track { background: $bscrooll; } *::-webkit-scrollbar-thumb { background-color: $cscroll; border-radius: 20px; border: 3px solid $bscrooll; }