::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}