Autocomplete components do not appear on top
Closed this issue · 4 comments
pbrain19 commented
Greetings,
I am trying to display the results of the autocomplete, meaning the list of suggestion. I inspect element and find that they are always behind something. I tried adjusting the z index to maximum but no luck. Please let me know what I can do.
pbrain19 commented
http://shielded-hamlet-4180.herokuapp.com try using the search bar.
davidmh commented
It looks like you are setting a overflow: hidden for .item-input, which contains the list.
pbrain19 commented
God bless your soul