optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

How can i open dropdown in body #149

Open akvaliya opened 5 years ago

akvaliya commented 5 years ago

I have one page in which i am using third party plugin for scroll

So div will have property overflow:hidden. I want to open dropdown in body. I am unable to find any property for container:body.

Even if dropdown is last item in page, it should open above instead of bottom of component. It just opens bottom of page & expands page.

Can anyone suggest me the resolution for this issue?