/*---Scroll bar default display style--*/::-webkit-scrollbar-thumb{height:50px; outline-offset:-2px; outline:2px solid #fff; -webkit-border-radius:4px; border:2px solid #fff;} /*---Mouse click on the scroll bar display style--*/::-webkit-scrollbar-thumb:hover{height:50px; -webkit-border-radius:4px;} /*---scroll bar size--*/::-webkit-scrollbar{width:8px; height:8px;} /*---scroll box background style--*/::-webkit-scrollbar-track-piece{-webkit-border-radius:0;} ==========================
::-webkit-scrollbar-track {background-color: #b46868;}/* scroll bar background color */::-webkit-scrollbar-thumb {background-color:r GBA (0, 0, 0, 0.2); }/* Slider color */:-webkit-scrollbar-button {background-color: #7c2929;}/* Monitor button color on both ends of the slide */::-webkit-scrollbar-corner {backg Round-color:black; }/* The color of the sharp corners at the intersection of the horizontal and vertical scrollbars */
CSS changes the scroll bar style of Google Chrome