Ask Your Question
4

What is the solution to remove the scrollbar from the menu created with react-burger-menu?

asked 2023-06-25 17:03:04 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-06-25 17:18:02 +0000

lalupa gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-25 17:03:04 +0000

Seen: 9 times

Last updated: Jun 25 '23