White background for OL3

This commit is contained in:
Lukas Martinelli 2017-01-10 14:32:45 +01:00
parent 3a3e90c3dc
commit 43d9440e05

View file

@ -145,6 +145,7 @@ class OpenLayers3Map extends React.Component {
bottom: 0, bottom: 0,
height: "100%", height: "100%",
width: "75%", width: "75%",
backgroundColor: '#fff',
...this.props.style, ...this.props.style,
}}> }}>
</div> </div>