autocomplete widget set z index

Solutions on MaxInterview for autocomplete widget set z index by the best coders in the world

showing results for - "autocomplete widget set z index"
Mats
03 Jul 2018
1/*
2at the time of writing 13/03/2021 Google change the class for
3it's container from .ui-autocomplete to .pac-container
4*/
5.pac-container {
6    z-index: 10000 !important;
7}