From ceaba3cdd41113098589543a27c634c74db288ab Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 8 Jul 2012 18:35:23 -0600 Subject: [PATCH] Overlays above the renderer. --- src/ol/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/Map.js b/src/ol/Map.js index 180e5a11c2..b0ae42057e 100644 --- a/src/ol/Map.js +++ b/src/ol/Map.js @@ -487,7 +487,7 @@ ol.Map.prototype.createRenderer = function() { this.mapOverlay_ = goog.dom.createDom('div', 'ol-overlay-map'); this.staticOverlay_ = goog.dom.createDom('div', { 'class': staticCls, - 'style': 'width:100%;height:100%;top:0;left:0;position:absolute' + 'style': 'width:100%;height:100%;top:0;left:0;position:absolute;z-index:1' }); } if (!goog.isNull(viewport)) {