Skip to content

Instantly share code, notes, and snippets.

@Tabrisrp
Created June 3, 2015 11:34
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 Tabrisrp/a5bb674e799bf49df16b to your computer and use it in GitHub Desktop.
Save Tabrisrp/a5bb674e799bf49df16b to your computer and use it in GitHub Desktop.
map-style.css
/* Maps fill the frame, makes percentage height maps a bit easier */
html, body { height: 100%; overflow: hidden; margin: 0; }
/* Info window */
.locationinfo { overflow:auto; width:600px; height:300px; }
.user-location-info { overflow:auto; width:150px; height:80px; }
.comment-location-info { overflow:auto; width:200px; height:140px; }
.info-window-max { overflow:auto; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment