From 58b6946b2d3595a33f7eb2d23af423dff1bcab56 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Fri, 16 Feb 2007 16:30:59 +0000 Subject: [PATCH] Applied bartvde's patch for #498. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2225 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/OverviewMap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Control/OverviewMap.js b/lib/OpenLayers/Control/OverviewMap.js index f57d6a5d48..20b70eb4d0 100644 --- a/lib/OpenLayers/Control/OverviewMap.js +++ b/lib/OpenLayers/Control/OverviewMap.js @@ -106,6 +106,7 @@ OpenLayers.Control.OverviewMap.prototype = this.extentRectangle = document.createElement('div'); this.extentRectangle.style.position = 'absolute'; this.extentRectangle.style.zIndex = 1000; //HACK + this.extentRectangle.style.overflow = 'hidden'; this.extentRectangle.style.backgroundImage = 'url(' + OpenLayers.Util.getImagesLocation() + '/blank.png)';