Skip to content

Instantly share code, notes, and snippets.

@trihtm
Created February 25, 2016 17:54
Show Gist options
  • Save trihtm/13be159e5abdc3a0663f to your computer and use it in GitHub Desktop.
Save trihtm/13be159e5abdc3a0663f to your computer and use it in GitHub Desktop.
CSS - Change scrollbar
::-webkit-scrollbar{width:5px;height:.25em;position:absolute}
::-webkit-scrollbar-thumb{background-color:#a7adb4}
::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment