* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 4px;
}
*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}
*::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0);
}
