Open joejordanbrown opened 8 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.
The z-index of .ng2-dropdown-menu-container needs to be 1001 for this to work in a md-dialog.
z-index: 1001;