::-webkit-scrollbar {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}

/* Для Firefox */
body {
    scrollbar-width: none !important;
}