body {
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    overflow-y: scroll; 
  }
  
  body::-webkit-scrollbar {
    display: none;
  }