Change Scroll style

scroll

::-webkit-scrollbar {
width: 12px;

}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar              { /* 1 */ width:7px;}
::-webkit-scrollbar-button       { /* 2 */ }
::-webkit-scrollbar-track        { /* 3 */  background: #ffffff;}
::-webkit-scrollbar-track-piece  { /* 4 */  background: #ffffff; }
::-webkit-scrollbar-thumb        { /* 5 */ background-color: #E4E4E4; height: 54px;}
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }

Leave a Reply

Your email address will not be published. Required fields are marked *