body::-webkit-scrollbar 
{
  display: none;
}
html 
{
  scrollbar-width: none;
}
body 
{
  overflow: hidden; /* Hide scrollbars */
}
section::-webkit-scrollbar{
  display: none;
}
section::-webkit-scrollbar 
{
  width: 0 !important
}