mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
Fix a bug preventing DraggablePointsOverlay from properly positioning itself
when the Map is not interactive.
This commit is contained in:
parent
9fd6416f8d
commit
3616b42e6b
@ -588,7 +588,8 @@ var MapGL = React.createClass({
|
||||
return r.div({
|
||||
style: assign({}, this.props.style, {
|
||||
width: this.props.width,
|
||||
height: this.props.height
|
||||
height: this.props.height,
|
||||
position: 'relative'
|
||||
})
|
||||
}, content);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user