::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: red;
    box-shadow: 0 -100vh 0 100vh red;
}