@media(max-width:600px) {
    body * {
        scrollbar-width: none !important;
    }
    ::-webkit-scrollbar {
        display: none;
    }
}
