Skip to content

Instantly share code, notes, and snippets.

@jotredev
Last active January 18, 2023 02:11
Show Gist options
  • Save jotredev/ef63ce2342c59cbbda567d595ff50756 to your computer and use it in GitHub Desktop.
Save jotredev/ef63ce2342c59cbbda567d595ff50756 to your computer and use it in GitHub Desktop.
CSS para scrollbar
::-webkit-scrollbar {
width: 3px;
}
::-webkit-scrollbar-thumb {
background: "#000";
border-radius: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment