mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:11:17 +01:00
White background for OL3
This commit is contained in:
parent
3a3e90c3dc
commit
43d9440e05
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue