1
Change scrollbar thumb height
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background: #eee);
}
::-webkit-scrollbar-thumb {
height: 50px;
background-clip: content-box;
border-color: transparent;
border-style: solid;
border-width: 1px 2px;
background-color: #aaa;
background-image: linear-gradient(360deg, #fff 60%, #aaa 60%);
}
Interserver | Standard & VPS Cloud Hosting | $2.50 /Month
Flexible VPS hosting platform to deploy your online projects.
Economical and balanced between processor cores, memory and storage
rated 1 times
(1)
(0)
comments: 0 / hits: 2718
/ 1 year ago, wed, mar 16, 22, 03:41:58
More From
» CSS
Comments
There are no comments for this Snippet yet