Skip to content

Instantly share code, notes, and snippets.

@Robert-IMT
Created December 7, 2016 14:06
Show Gist options
  • Select an option

  • Save Robert-IMT/383d8b959a34774beb158f5673ae108c to your computer and use it in GitHub Desktop.

Select an option

Save Robert-IMT/383d8b959a34774beb158f5673ae108c to your computer and use it in GitHub Desktop.
/** Scroll */
::-webkit-scrollbar {
background-color: transparent;
width: 6px;
}
::-webkit-scrollbar-button {
background-color: transparent;
}
::-webkit-scrollbar-track {
border-radius: 4px;
}
::-webkit-scrollbar-thumb {
border-radius: 6px;
background-color: rgba(0,167,151,.5);
}
:hover::-webkit-scrollbar-thumb {
background-color: rgba(0,167,151,1);
}
::-webkit-scrollbar-corner {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment