Eren Akgöz
Eren Akgöz

Reputation: 71

Mat select options showing behind the Dialog

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

Upvotes: 1

Views: 498

Answers (1)

Asna Khan
Asna Khan

Reputation: 253

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

Upvotes: 3

Related Questions