
::-webkit-scrollbar {
    width:6px;
    height:6px;
    background-color:#f9f9f9;
}

::-webkit-scrollbar-thumb {
    background-color:rgba(0, 0, 0, 0.24);
    border-radius:6px;
    -webkit-border-radius:6px;
}

::-webkit-scrollbar-track {
    background-color:#f9f9f9;
}
