* {scrollbar-width: 0; scrollbar-color: transparent;}
*::-webkit-scrollbar {width: 0px;}
*::-webkit-scrollbar-track {background: transparent;}
*::-webkit-scrollbar-thumb 
{
  background-color: transparent;
  border-radius: 0px;
  border: 0px none transparent;
}
