react-map-interaction
react-map-interaction copied to clipboard
Dont set overflow:hidden by default
MapInteractionCSS applies overflow: 'hidden', to the outermost div. This should instead be an option provided in props, and should default to visible.
I've also run into problems caused by this.