body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
}
