::-webkit-scrollbar {
width: 0px;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #101010;
}
::-webkit-scrollbar-thumb:hover {
background: #101010;
}
#doro-aside{
scrollbar-width: none; -ms-overflow-style: none; }
html{
scrollbar-width: none; -ms-overflow-style: none; }