Skip to content

Instantly share code, notes, and snippets.

@codearachnid
Created August 17, 2012 23:24

Revisions

  1. Timothy Wood created this gist Aug 17, 2012.
    8 changes: 8 additions & 0 deletions map_canvas.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    /**
    * Google Maps popup overlay conflicts with Bootstrap CSS and other reset CSS
    * that resets max-width on certain dom tags. The issue relies on how the overlay
    * is built via multiple divs and img tags
    */
    #map_canvas img{
    max-width: none;
    }