Currently, I am utilizing the ngx datatable within my Angular application and have come across an issue with customizing the scrollbar style specifically for this table.
.ngx-datatable::-webkit-scrollbar-track{
border-radius: 8px !important;
}
Unfortunately, the solution provided did not work as expected...