I have tried inserting the below css,
.table-responsive,
.dataTables_scrollBody {
overflow: visible !important;
}
But still it does not work.
When i use a dropdown picklist field over a modal, the below css helps, but not in lightning card
.slds-modal__content{
overflow: initial;
}