Skip to content

Instantly share code, notes, and snippets.

@smddzcy
Created November 9, 2018 19:06
Show Gist options
  • Save smddzcy/331eb12e3526b0878167fcbe9b579446 to your computer and use it in GitHub Desktop.
Save smddzcy/331eb12e3526b0878167fcbe9b579446 to your computer and use it in GitHub Desktop.
::-webkit-scrollbar {
width: 2px;
background-color: rgba(255,255,255,0.3);
}
::-webkit-scrollbar-thumb:vertical {
background: rgba(255,255,255,0.4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment