Home > Net >  Mat select options showing behind the Dialog
Mat select options showing behind the Dialog

Time:12-17

I have a mat-select object that I use in the Angular dialog, but as you can see in the picture, the data in this object appears behind the dialog, how can I solve this?

enter image description here

CodePudding user response:

This might be a css issue. Somewhere z-index property is being used either in the dropdown or the popup. Please check.

  • Related