Twitter Bootstrap CSS affecting Google Maps

后端 未结 11 1839
情深已故
情深已故 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 10:53

    There is also an issue with the dropdown selectors for terrain and overlays, adding both these will fix the issues...

    #mapCanvas img { 
      max-width: none;
    }
    
    #mapCanvas label { 
      width: auto; display:inline; 
    } 
    

    The second style will sort of other issues with the terrain and overlay box in some browsers.

提交回复
热议问题