Skip to content

Instantly share code, notes, and snippets.

View jaydodge1975's full-sized avatar

Jay Dodge jaydodge1975

View GitHub Profile
@jaydodge1975
jaydodge1975 / scrollbar.css
Created June 23, 2021 23:13
Color scrollbar CSS
::-webkit-scrollbar {
width: 1rem;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
background: #333333;
}
::-webkit-scrollbar-thumb {
background: #575757;
background-clip: padding-box;