﻿::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #84bcf545;
    background-clip: inherit;
    max-height: 8px;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #439af396;
    }
