.t282__menu__container {
    bottom: 0;
    overflow: auto !important;
}

@media screen {
    ::-webkit-scrollbar-thumb {
        background: #8CCD5A;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: #FFFFFF;
        opacity: 0.5;
    }
}

img {user-select: none;
    
}