body {
    background: #000;
}


::-webkit-scrollbar {
    cursor:grab !important;
    width: 4px;
    height: 0px;
    background-color: transparent;
}
 
 ::-webkit-scrollbar {
   cursor:grab !important;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: #fff;
    border-radius: 3px;
  border: 0px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}