Google Map not shown correctly in Bootstrap modal
rabillion opened this issue · 1 comments
rabillion commented
rabillion commented
i've solved it
$('.google-modal').on('shown.bs.modal', function () {
google.maps.event.trigger(map, "resize");
});
autocomplete box
.pac-container {
background-color: #FFF;
z-index: 20;
position: fixed;
display: inline-block;
float: left;
}
.modal {
z-index: 20;
}
.modal-backdrop {
z-index: 10;
}