Skip to content

Instantly share code, notes, and snippets.

@artlili
Created May 17, 2019 06:33
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 artlili/76ee02a9feea5bb3492c87b06955686a to your computer and use it in GitHub Desktop.
Save artlili/76ee02a9feea5bb3492c87b06955686a to your computer and use it in GitHub Desktop.
scroll bar
::-webkit-scrollbar {
width: 8px;
background: inset 0 0 6px rgba(175,193,241,0.9);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(175,193,241,0.9);
border-radius: 0px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
height: 2px;
-webkit-box-shadow: inset 0 0 6px rgba(175,193,241,0.9);
}
::-webkit-scrollbar-corner {
width: 8px;
height: 5px;
background: inset 0 0 6px rgba(175,193,241,0.9);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment