::-webkit-scrollbar{
width: 5px;
background: #ddd;
}
::-webkit-scrollbar-thumb {
background: #444;
cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(150,150,150,0.8);
cursor: pointer;
}
Ejemplo para personalización de scrollbar en un sitio web por medio de css.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.