Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To remove the scrollbar from the menu created with react-burger-menu, you can add the following CSS to your styles file:

.bm-menu { overflow: hidden !important; }

This will hide the scrollbar and prevent any scrolling in the menu. Please note that this may affect the user experience if your menu content exceeds the height of the viewport.