Created
June 3, 2015 11:34
-
-
Save remyperona/a5bb674e799bf49df16b to your computer and use it in GitHub Desktop.
map-style.css
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
/* 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