Only on the first pop-up the hidden direction form has the right hight, the other forms are too high. The attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| gmap_blocks.form_height.patch | 1.19 KB | sutharsan |
Only on the first pop-up the hidden direction form has the right hight, the other forms are too high. The attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| gmap_blocks.form_height.patch | 1.19 KB | sutharsan |
Comments
Comment #1
mstrelan commentedI have come up with a solution for this. Probably needs a patch
gmap_blocks.js approx line 209
original:
replacement:
gmap_blocks.css
Comment #2
mstrelan commentedActually mine is a different issue. The issue being the hidden direction form adds unnecessary white space below the link (which can cause a scroll bar to appear).
Comment #3
yeager commentedI have the same problem. (scrollbars and height issues.)
Comment #4
mstrelan commentedEvent better to this include the jQuery.ScrollTo plugin and change my above code
old code
new code
Comment #5
skilip commented