::-webkit-scrollbar {
    width : 2px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background-color: #424242;
    border-radius: 4px;
}