I used css to change the size of the pop up. However, on maps where I wanted the pop-up bubble larger than the map display the 'overflow: hidden' for the map itself clips the pop-up. Yet 'overflow:hidden' needs to be set for the map because it hides 'the rest of the map'.

How can I get the pop up to display outside the bounds of the map OR turn off marker pop ups for a particular map?

These css attempts did not work...

div.gmap {
	overflow: visible;
} 
div.field-field-location-gmap  .gmap-popup {
	z-index: 990 ! important; 
	position: absolute ! important;
}

See attached picture of clipped pop up.

Thanks for any help.

Jeff

CommentFileSizeAuthor
gmap-popup-problem.jpg129.51 KBwebservant316

Comments

webservant316’s picture

Ok I wrote a patch to an existing patch that solves this problem for me by turning off single marker popups on node location maps - http://drupal.org/node/1139088#comment-5956720

webservant316’s picture

Issue summary: View changes

wording fix