﻿body::-webkit-scrollbar {
    width: 0.1vw !important;
}

body::-webkit-scrollbar-track {
    background: transparent !important;
}

body::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
}
