Skip to content

Instantly share code, notes, and snippets.

@Jenya476
Created December 18, 2016 18:11
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 Jenya476/44adc3775778e405827ac4fadbe0ea1e to your computer and use it in GitHub Desktop.
Save Jenya476/44adc3775778e405827ac4fadbe0ea1e to your computer and use it in GitHub Desktop.
Кастомизация скроллинга
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}
::-webkit-scrollbar-track {
background-color:#ecedee
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background-color:#6dc0c8;
}
::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}
::-webkit-scrollbar{
width: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment