Skip to content

Instantly share code, notes, and snippets.

@Shekey
Created June 19, 2019 07:53
Show Gist options
  • Save Shekey/ace16699ee62c1c5678d7ccd82fc842d to your computer and use it in GitHub Desktop.
Save Shekey/ace16699ee62c1c5678d7ccd82fc842d to your computer and use it in GitHub Desktop.
vertical scrollbar css
::-webkit-scrollbar {
height: 4px;
background: rgba($main-color-royalBlue, 0.1);
}
::-webkit-scrollbar-thumb {
height: 4px;
background: $main-color-royalBlue;
}
::-webkit-scrollbar-corner {
background: $main-color-white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment