On my website, I have a Google Places autocomplete feature that seems to be fully functional, but it is not visible. Surprisingly, I know that it is working because when I type in "123 Main Street" and then navigate down using the arrow key and press enter, the address information gets appended to the inputs as usual.
I've tried to fix this by adding the following code to my CSS:
.pac-container { z-index: 1051 !important; }
Unfortunately, this solution did not solve the issue.
Has anyone faced a similar problem before?