html,body{
  height: 100%;
  overflow:hidden;
  overflow-y: scroll;
}
body::-webkit-scrollbar{
  width: 0;
  height: 0;
}