Created
August 17, 2012 23:24
-
-
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
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 characters
/** | |
* 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