::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

 ::-webkit-scrollbar-thumb {
    background-color: #7e998a;
    border-radius: 0;
    /* rectangle */
    transition: height 0.3s ease;
}

body {
    scrollbar-color: #7e998a transparent;
    scrollbar-width: thin;
}