Created
August 17, 2012 23:24
Revisions
-
Timothy Wood created this gist
Aug 17, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; }