tedconf / ember-searchable-select

Data-down, actions up select-like menu with searching and tagging capabilities.
http://tedconf.github.io/ember-searchable-select/
MIT License
37 stars 15 forks source link

increase z-index on menu #12

Closed brenna closed 8 years ago

brenna commented 8 years ago

Currently set to z-index: 2. Definitely needs to be higher to avoid potential collisions with other positioned elements on a page.

ember-modal-dialog uses 50, so I'm proposing 20 for this.