Skip to content

Instantly share code, notes, and snippets.

@ChoWonmin
Last active February 9, 2021 05:27
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 ChoWonmin/28790548375f5aa0248910c6a677f56d to your computer and use it in GitHub Desktop.
Save ChoWonmin/28790548375f5aa0248910c6a677f56d to your computer and use it in GitHub Desktop.
@mixin scrollbar()
&::-webkit-scrollbar
width: 8px
&::-webkit-scrollbar-thumb
background: #E0E0E0
border-radius: 10px
&::-webkit-scrollbar-thumb:hover
background: #BDBDBD
// &::-webkit-scrollbar-track
// box-shadow: inset 0 0 5px grey
// border-radius: 10px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment