Style improvements for mobile

This commit is contained in:
vjrj 2018-01-19 11:04:14 +01:00
parent c79f8b5f8b
commit cd16f45d8e
28 changed files with 345 additions and 120 deletions

View file

@ -162,9 +162,9 @@ class SelectionMap extends Component {
return (
<div>
{ this.isValidState() &&
<div className="leaflet-container">
<Fragment>
<Map
/* className="sidebar-map" */
className="selectionmap-leaflet-container"
center={this.state.center}
zoom={this.state.zoom}
ref={(map) => {
@ -251,7 +251,7 @@ class SelectionMap extends Component {
</ButtonGroup>
</Control>
</Map>
</div>
</Fragment>
}
</div>
);