.t-body {
    overflow: overlay !important;
}
::-webkit-scrollbar {
    cursor:grab !important;
    width: 14px;
    background-color: #000000;
}
 ::-webkit-scrollbar {
   cursor:grab !important;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: #a58140;
    border-radius: 10px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}