Fixed layout issues in accessibilty color filters with the openlayers renderer

Also updated ol & ol-mapbox-style
This commit is contained in:
orangemug
2019-05-19 06:25:28 +01:00
parent c3c0c35d8a
commit 482f322d9f
3 changed files with 93 additions and 139 deletions

View File

@@ -51,12 +51,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,
}}>