While I am rather new to CSS, I haven't seen very many people with custom scroll bars. So I decided I'd share mine with you all just in case you're interested!
body::-webkit-scrollbar-thumb {
background-color: green;
border-radius: 20px;
border: 3px solid green;
}
You can, of course, change the color and size as you can with anything else in CSS. I hope this helped someone out!
Neatnoodles | 1598913707000 You don't have to credit me! It's free for anyone to use! |
helon_babo | 1598888385000 AAAH!! tyyyyyy it looks so cool!! do u need creditttt when using?? :DDDD |