I'm trying to over lay a bootstrap container over google maps.
Referring to : How to float a div over Google Maps?
I've managed to overlay a div over google maps using the above method. However, it is doing so by using absolute positioning within a relative-positioned wrapper to achieve that. That means that the overlay is not responsive. Is there a way I can overlay responsive bootstrap classes over google map? Thanks.