Skip to content

Instantly share code, notes, and snippets.

@rtmalone
Created May 31, 2014 19:31
Show Gist options
  • Select an option

  • Save rtmalone/ab6e894fc216bab7543e to your computer and use it in GitHub Desktop.

Select an option

Save rtmalone/ab6e894fc216bab7543e to your computer and use it in GitHub Desktop.
Google Map Nav fix with CSS
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