react-map-interaction icon indicating copy to clipboard operation
react-map-interaction copied to clipboard

Is there any way to render scrollbars?

Open umer4ik opened this issue 4 years ago • 1 comments

Didn't find the config to enable scrollbars, does it exist? Thanks in advance

umer4ik avatar Oct 06 '20 11:10 umer4ik

There is no config option but you can see the implementation of MapInteractionCSS and change overflow: 'hidden' to overflow: 'auto'

bratan avatar Jul 14 '21 19:07 bratan