Working with Google Maps v3 is way fun.
If you’re a masochist.
If you have content that exceeds the InfoWindow window, you get this: a scrolling box. That’s terrible.
The solution is horribly easy.
.gm-style-iw class to style the InfoWindow content container.
/* Just use .gm-style-iw */
.gm-style-iw {
width: 300px;
min-height: 150px;
}


You must be logged in to post a comment.