Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
temporarily fix issue addressed in openlayers ticket #1635
Browse files Browse the repository at this point in the history
  • Loading branch information
bbinet committed Jun 14, 2011
1 parent b7f436e commit a70532b
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -23,6 +23,11 @@ options['openlayers_lib'] = 'http://openlayers.org/dev/OpenLayers.js'
width: ${map_width or options['map_width']}px;
height: ${map_height or options['map_height']}px;
border: 1px solid #ccc;
## temporarily fix issue addressed in openlayers ticket #1635 :
## http://trac.osgeo.org/openlayers/ticket/1635#comment:7
## (to be remove when this ticket is closed)
position: relative;
z-index: 0;
}
.olControlAttribution {
Expand Down

0 comments on commit a70532b

Please sign in to comment.