CDK Drag and drop preview is going behind the modal dialog
After going through many stack overflow answers I am posting this question. I have a requirement to enable drag-and-drop on the dialog modal. I am using this on the table rows. I can drag and drop the rows but the preview is always behind the modal. I have also come across this https://stackblitz.com/edit/angular-cdk-droplist-mat-dialog-solve?file=src%2Fstyles.css,angular.json,src%2Fapp%2Fparent%2Fparent.component.css,src%2Fapp%2Fapp.component.css but I don’t see any difference in the code. Can anyone help me here? I am also attaching the screenshot for the same.