@media (min-width: 0px) and (max-width: 490px) {
    ::-webkit-scrollbar {
        display: none;
    }
}