*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0,0,0,0.12);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

*::-webkit-scrollbar-track {
    border-radius: 3px;
    background: transparent;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}