i Used the ngx-bootstrap Modal. But i faced problem when i used the mat-select inside of it . The mat-select Options display behind the Modal . i already these solutions her
You can add this link of code in SCSS file
.cdk-overlay-container { z-index: 1127; }
class cdk-overlay-container (angular materiel class) which is the default behavior.
To override this just decrease or increase the cdk-overlay-container z-index to 1000 so that it go behind or front the combo and all things ok to me