ScrollbarStyle #css #VS
/*Scrollbar style */
::-webkit-scrollbar {width: 11px;height: auto;}
::-webkit-scrollbar-track {border-radius: 10px;box-shadow: inset 0 0 8px #00B141;}
::-webkit-scrollbar-thumb {background: teal;border-radius: 10px;box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
::-webkit-scrollbar-thumb:hover {background: green;}
::-webkit-scrollbar-thumb:active {background: red;}
/*Scrollbar style */