Make popup text selectable in Firefox. (Closes #1129)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6176 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-02-09 19:35:27 +00:00
parent b4bf9ea9bc
commit 1bb88a2f13
2 changed files with 2 additions and 1 deletions

View File

@@ -732,6 +732,7 @@ OpenLayers.Map = OpenLayers.Class({
}
}
layer.div.className = "olLayerDiv";
layer.div.style.overflow = "";
this.setLayerZIndex(layer, this.layers.length);

View File

@@ -1,4 +1,4 @@
div.olMapViewport {
div.olLayerDiv {
-moz-user-select: none
}