[OpenLayers-Trac] [OpenLayers] #3043: Can't disable scroll=auto on popups

OpenLayers trac-20090302 at openlayers.org
Fri Feb 4 11:34:01 EST 2011


#3043: Can't disable scroll=auto on popups
---------------------+------------------------------------------------------
 Reporter:  slinkp   |       Owner:              
     Type:  feature  |      Status:  new         
 Priority:  minor    |   Milestone:  2.11 Release
Component:  general  |     Version:  2.10        
 Keywords:           |       State:              
---------------------+------------------------------------------------------
 Popups have a bunch of inline styles which, since they're inline, can't be
 overridden by external CSS, and there's no way to turn them off. For
 example, my FramedCloud popup has these inline on the element:

 {{{
     height: 121px;
     left: 8px;
     overflow: auto;
     position: absolute;
     top: 9px;
     width: 272px;
     z-index: 1;
 }}}

 I understand that the height, margins, and presumably z-index are
 calculated automatically by OpenLayers.  But I'd like to be able to set
 "overflow: hidden" ... and I can't.

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3043>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list