autocomplete widget set z-index code example
Example: autocomplete widget set z-index
/*
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;
}