.split-delv-table-resp
{
    overflow-y: scroll;
    height: 365px;
}
.split-delv-table-resp::-webkit-scrollbar
{
   height: 5px;
   width: 5px;
}
.split-delv-table-resp::-webkit-scrollbar-thumb
{
    background: #B6B6B6; 
    border-radius:6px;
}