isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Is there a way for the dropdown to be appended to the body? #544

Open northkode opened 6 years ago

northkode commented 6 years ago

Need to append the dropdown to a different layer so i can fix a z-index problem.

isteven commented 6 years ago

Hey,

Try the solution on the last post here:

https://github.com/isteven/angular-multi-select/issues/340

Hope it works in your case.