::-webkit-scrollbar {
margin: 0;
height: 10px;
width: 10px;
background-color: white;
display: block !important;
}
::-webkit-scrollbar-track {
margin: 0;
height: 10px;
width: 10px;
background-color: white;
}
::-webkit-scrollbar-thumb {
margin: 0;
height: 10px;
width: 10px;
background-color: #8a8a8a;
opacity: 0.5;
border-radius: 5px;
}