How To Change The Scroll Bar In Html Code Example


Example: custom scroll bar


/* width */
*::-webkit-scrollbar {
width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
background: #555;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable