I'm starting to play with react-map-gl. I followed the example in https://github.com/visgl/react-map-gl.
It worked fine. However, the size of the map overflows all the way to the right & bottom of my page. the component is currently inside in a parent div. However i can't seem to contained it within the parent div.
Does anybody know how to do this?