Skip to content

Instantly share code, notes, and snippets.

@raflyfahrezi
Last active December 28, 2020 07:32
Show Gist options
  • Save raflyfahrezi/3f49247ec97961ba12bed08b665fb96b to your computer and use it in GitHub Desktop.
Save raflyfahrezi/3f49247ec97961ba12bed08b665fb96b to your computer and use it in GitHub Desktop.
Custom Scroll CSS
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment