Skip to content

Instantly share code, notes, and snippets.

@Archigos
Created July 29, 2014 16:04
Show Gist options
  • Save Archigos/4f2b41c0bc1e8aebee50 to your computer and use it in GitHub Desktop.
Save Archigos/4f2b41c0bc1e8aebee50 to your computer and use it in GitHub Desktop.
Customize Browser Scrollbars
::-webkit-scrollbar {
.square(5px);
&-track { background-color: @grayDark; .border-radius(5px); }
&-thumb { background-color: @gray; .border-radius(5px); }
&-button { background-color: transparent; height: 8px; }
&-corner { background-color: transparent; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment