Published
- 1 min read
autocomplete widget set z-index
The solution for this is noted below
autocomplete widget set z-index
Solution
/*
at the time of writing 13/03/2021 Google change the class for
it's container from .ui-autocomplete to .pac-container
*/
.pac-container {
z-index: 10000 !important;
}
Try other methods by searching on the site. That is if this doesn’t work