Skip to content

Instantly share code, notes, and snippets.

@spemer
Last active January 5, 2018 12:57
Show Gist options
  • Save spemer/c644f16a61103fc7228d2de8203761ab to your computer and use it in GitHub Desktop.
Save spemer/c644f16a61103fc7228d2de8203761ab to your computer and use it in GitHub Desktop.
::-webkit-scrollbar {/* entire scrollbar scope */}
::-webkit-scrollbar-button {/* directional buttons at the top and bottom of the scrollbar */}
::-webkit-scrollbar-track {/* space below the scrollbar */}
::-webkit-scrollbar-track-piece {/* not covered area by the scrollbar-thumb */}
::-webkit-scrollbar-thumb {/* draggable scrollbar itself */}
::-webkit-resizer {/* resizser at the bottom of the scrollbar */}
::-webkit-scrollbar-corner {/* bottom of the scrollbar without resizse */}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment