::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
  box-shadow:inset 0 0 0px 0px transparent;
}
 
::-webkit-scrollbar-thumb {
	background-color: transparent;
:root{
	scrollbar-width: thin;
	scrollbar-color: transparent;
}














