why mat-select not working inside the modal ? onclick it shows options behind the Modal

前端 未结 5 1586
闹比i
闹比i 2020-12-30 07:53

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

5条回答
  •  独厮守ぢ
    2020-12-30 08:34

    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

提交回复
热议问题