Twitter Bootstrap CSS affecting Google Maps

后端 未结 11 1861
情深已故
情深已故 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:04

    With Bootstrap 2.0, this seemed to do the trick:

    #mapCanvas img {
      max-width: none;
    }
    

提交回复
热议问题