Twitter Bootstrap CSS affecting Google Maps

后端 未结 11 1844
情深已故
情深已故 2020-11-27 10:31

I\'m using Twitter Bootstrap, and have a Google map.

Images on the map, such as marker are being skewed by the CSS in Bootstrap.

In the Bootstrap CSS there i

11条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 11:20

    Give your map canvas div an id of map_canvas.

    This bootstrap commit includes the max-width: none fix for the id map_canvas (but it won't work for mapCanvas).

提交回复
热议问题