::-webkit-scrollbar {
    cursor:grab !important;
    width: 2px;
    background-color: rgb(0 0 0 / 5%);
}
 
 ::-webkit-scrollbar {
   cursor:grab !important;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}





