
.t-body {
    overflow: overlay !important;
}

::-webkit-scrollbar {
    cursor:grab !important;
    width: 2px;
    background-color: rgba(250, 250, 250, 10%);
}
 
 ::-webkit-scrollbar {
   cursor:grab !important;
}

::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: rgb(192 30 40 / 100%);
    background-clip: padding-box;
}


