Answers for "autocomplete widget set z-index"

CSS
0

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;
}
Posted by: Guest on March-13-2021

Browse Popular Code Answers by Language