diff --git a/src/map.react.js b/src/map.react.js index 91fda314..81f69869 100644 --- a/src/map.react.js +++ b/src/map.react.js @@ -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); }