::-webkit-scrollbar {
    width: 0;
}

/*::-webkit-scrollbar-track {
    background-color: #eaeaea;
}*/

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::-webkit-scrollbar-button {
    background-color: #707070;
    width: 0;
    height: 0;
    background-size: contain;
}

::-webkit-scrollbar-corner {
    background-color: black;
}
