Merge remote-tracking branch 'upstream/master' into feature/update-ol-plus-stability-fixes

This commit is contained in:
orangemug
2019-05-22 07:51:13 +01:00
12 changed files with 231 additions and 43 deletions

View File

@@ -56,12 +56,8 @@ export default class OpenLayersMap extends React.Component {
return <div
ref={x => this.container = x}
style={{
position: "fixed",
top: 40,
right: 0,
bottom: 0,
height: 'calc(100% - 40px)',
width: "75%",
width: "100%",
height: "100%",
backgroundColor: '#fff',
...this.props.style,
}}>