Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
}
 
PREVIOUS NEXT
Tagged: #autocomplete #widget #set
ADD COMMENT
Topic
Name
9+7 =