Gbuomprisco / ng2-material-select

Angular 2 Material-like Select Component
35 stars 14 forks source link

[bug] - Dialog z-index #31

Open joejordanbrown opened 7 years ago

joejordanbrown commented 7 years ago

The z-index of .ng2-dropdown-menu-container needs to be 1001 for this to work in a md-dialog.

z-index: 1001;

Nolanus commented 7 years ago

Wouldn't consider this a bug in the library. Maybe for some reason in the future md-dialog changes its z-index to 2000 or you adjust your page styling, then this would require another change. I adjusted the z-index in my custom css.