react-map-interaction
react-map-interaction copied to clipboard
Is there any way to render scrollbars?
Didn't find the config to enable scrollbars, does it exist? Thanks in advance
There is no config option but you can see the implementation of MapInteractionCSS and change overflow: 'hidden'
to overflow: 'auto'