/* width */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    padding-right: 16px;
    background: rgba(241, 241, 241, 0);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}


/* Handle */

::-webkit-scrollbar-thumb {
    
    background: rgba(0, 0, 0, 0.3);
}
