Skip to content

Instantly share code, notes, and snippets.

@System3-2
Created November 23, 2023 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save System3-2/f35cacf356d43f328032dfec02137c08 to your computer and use it in GitHub Desktop.
Save System3-2/f35cacf356d43f328032dfec02137c08 to your computer and use it in GitHub Desktop.
Chrome webkit customization
/*Chrome webkit scrollbar customization*/
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #000;
}
::-webkit-scrollbar-thumb {
background: #393812;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
background: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment