html, body {
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

html::-webkit-scrollbar, 
body::-webkit-scrollbar {
  display: none; 
  width: 0 !important;
  height: 0 !important;
}