*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
