Created
May 31, 2014 19:31
-
-
Save rtmalone/ab6e894fc216bab7543e to your computer and use it in GitHub Desktop.
Google Map Nav fix with CSS
This file contains hidden or 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
| If you are using google maps with foundation you may have noticed the nav controls over to map not rendering correctly. It appears some CSS foundation sets interferes with such things on a google map. Here is the fix: | |
| #map img { | |
| max-width: none; | |
| } | |
| http://foundation.zurb.com/forum/posts/173-google-map-css-issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment