html{
overflow: -moz-scrollbars-none;
-ms-overflow-style: -ms-autohiding-scrollbar !important;
-ms-overflow-style: none !important;
}
html::-webkit-scrollbar { 
   display: none; 
}
body::-webkit-scrollbar { 
   display: none; 
}