Skip to content

Instantly share code, notes, and snippets.

@klgh
Created August 29, 2019 17:11
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 klgh/46a182b64d738d0b63ad2063b93120dc to your computer and use it in GitHub Desktop.
Save klgh/46a182b64d738d0b63ad2063b93120dc to your computer and use it in GitHub Desktop.
::-webkit-scrollbar {
-webkit-appearance: none;
width: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: map-get($mat-grey, 400);
-webkit-box-shadow: 0 0 1px map-get($mat-grey, 600);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment