.scrollbar {
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    width: 65px;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 246, 231);
}

::-webkit-scrollbar-thumb {
    background: rgb(163, 143, 118); 
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(133, 116, 96); 
}