::-webkit-scrollbar{
width:0;
}
::-webkit-scrollbar-track {
background:rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,0);
}