ui-select dropdown z-index with overflow: auto

1.4k Views Asked by At

I've found a lot of questions about the subject but none address my issue.

I'm using ui-select on a bootstrap modal

I need to use overflow-y:auto; but that is showing the modal behind the element of course because there is overflow

Like this example http://plnkr.co/edit/g7xH3yajVxttvnuK3UAR?p=preview

Is there a way to maintain the overflow and make the dropdown appear on top?

There was a solution with position fixed but it look odd sometimes

0

There are 0 best solutions below