• During registration a specific email will be required. Only gmail.com.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.

Yellow Scroll Bard

Code:
:root {
--basecolor: #f2930d;
--pagewidth: 90%;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background: var(--basecolor);
}

Not quite as nice but seems to work, just have to round the edges
 
Back
Top Bottom