how to increase the z index of google auto complete | Google map autocomplete in bootstrap Modal
Add the following css to work address auto complete in Bootrap modal:
.pac-container {
background-color: #FFF;
z-index: 1052 !important;
position: fixed;
display: inline-block;
float: left;
}
Advertisements