Adding Scroll Bars in TextFile Popup Windows via Layer.Text layer. (Closes #834)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4225 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-09-12 01:58:27 +00:00
parent 259fe7ac81
commit 8f402c063f
5 changed files with 54 additions and 3 deletions

View File

@@ -185,6 +185,11 @@ OpenLayers.Feature = OpenLayers.Class({
this.data.popupContentHTML,
anchor,
closeBox);
if (this.data.overflow != null) {
this.popup.contentDiv.style.overflow = this.data.overflow;
}
this.popup.feature = this;
}
return this.popup;