Active
Project:
GMap Module
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 20:01 UTC
Updated:
4 May 2012 at 18:33 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| gmap-popup-problem.jpg | 129.51 KB | webservant316 |
Comments
Comment #1
webservant316 commentedOk 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
Comment #1.0
webservant316 commentedwording fix