From 0c47f802eb2fa58395cd5e54f7008503660372b9 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 9 Jun 2006 17:53:24 +0000 Subject: [PATCH] Commit phil's change to AnchoredPopup, which improves handling in FF on OS X, and hopefully will for IE as well. git-svn-id: http://svn.openlayers.org/trunk/openlayers@566 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup/AnchoredBubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Popup/AnchoredBubble.js b/lib/OpenLayers/Popup/AnchoredBubble.js index 978015cd24..54f8391260 100644 --- a/lib/OpenLayers/Popup/AnchoredBubble.js +++ b/lib/OpenLayers/Popup/AnchoredBubble.js @@ -48,7 +48,7 @@ OpenLayers.Popup.AnchoredBubble.prototype = var id = this.div.id + "-contentDiv"; this.contentDiv = OpenLayers.Util.createDiv(id, null, contentSize, null, "relative", null, - "auto"); + "none"); this.div.appendChild(this.contentDiv); this.setContentHTML();