/*scrollbar start */
body::-webkit-scrollbar {
width: 1em;
background-color: transparent;
display: none;
}
body::-webkit-scrollbar-track{
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color:#fff;
}
body::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.1);
/*outline: 1px solid slategrey;*/
border-radius:15px;
border:none;
outline: none;
}
/*scrollbar start */
0 Comments