.slide-over-scrollbar::-webkit-scrollbar {
    width: 4px;
}
.slide-over-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.slide-over-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.slide-over-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}