html, body {
  scrollbar-width: none !important;    /* Firefox */
  -ms-overflow-style: none !important; /* IE/Edge */
}
html::-webkit-scrollbar, 
body::-webkit-scrollbar {
  display: none !important;            /* Chrome/Safari/Opera */
}
