zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.11k stars 426 forks source link

Marker getting cutoff when close to the borders #330

Closed lucasf10 closed 1 year ago

lucasf10 commented 1 year ago

Is there a way to fix this behavior?

marker-overflow

lucasf10 commented 1 year ago

Fixed it by adding overflow: visible to the ComposableMap style.