body {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

body::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

html {
    overflow: -moz-scrollbars-none; /* Firefox */
    -ms-overflow-style: none; /* IE */
    scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}