mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 09:00:02 +00:00
Ensure editor does not crash with raster layers
This commit is contained in:
@@ -93,9 +93,10 @@ export default class MapboxGlMap extends React.Component {
|
||||
style={{
|
||||
position: "fixed",
|
||||
top: 0,
|
||||
left: 550,
|
||||
bottom: 0,
|
||||
height: "100%",
|
||||
width: "100%",
|
||||
width: "75%",
|
||||
...this.props.style,
|
||||
}}>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user