TOOGLE
customized-scrollbar. - Front-End
.customized-scrollbar {
}

.customized-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    width: 10px;
    border-radius: 15px;
}

.customized-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 15px;
}