Twitter Bootstrap CSS affecting Google Maps

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

    You want to over-ride the max-width rule in the CSS section by using max-width: none; This seems to be the way around this problem

提交回复
热议问题