html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

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