Website Webpage Scroll Right Side Bar Color Code
Publish: 01 March 2024, 10:13 pm IST | Views: 113
Website Page Scroll Code
/* For WebKit based browsers like Chrome and Safari */
::-webkit-scrollbar {
width: 12px; /* width of the scrollbar */
}
::-webkit-scrollbar-track {
background: #f1f1f1; /* color of the track (the area behind the scrollbar) */
}
::-webkit-scrollbar-thumb {
background: #888; /* color of the scrollbar thumb (the draggable part) */
}
::-webkit-scrollbar-thumb:hover {
background: #555; /* color of the scrollbar thumb on hover */
}

Categories: Uncategorized








