negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.04k stars 582 forks source link

Disable closing the menu by clicking the content part? #380

Closed jeongmincha closed 4 years ago

jeongmincha commented 4 years ago

I want to use this library by setting 'reveal' animation, and I want to set the main content and sidebar menu stay unless I clicked the hide/show menu button.

Is it possible while using this library? What options do I need?

negomi commented 4 years ago

Hey @jeongmincha, you can pass noOverlay if you want to be able to interact with the main content while the menu is open.