html {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}