to make it small
<style>
::-webkit-scrollbar {
width: 3px;
height: 10px;
}
</style>
(you can change the width or make it disappear )
<style>
::-webkit-scrollbar {
display: none;
}
</style>
change the scroll thumb
<style>
::-webkit-scrollbar-thumb {background: (any color you want or url);
}
</style>
change the scroll background
<style>
::-webkit-scrollbar-track {
background: (any color you want or url);
}
</style>
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Mrs.Indiver
USING I LOVE YOU
NP HAVE A GREAT DAY!
by AxelSector; ; Report