Skip to content

Instantly share code, notes, and snippets.

@codearachnid
Created August 17, 2012 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codearachnid/3383434 to your computer and use it in GitHub Desktop.
Save codearachnid/3383434 to your computer and use it in GitHub Desktop.
Bugfix: Google Maps popup overlay conflicts with Bootstrap CSS and other CSS that resets max-width on certain dom tags
/**
* 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment