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.05k stars 586 forks source link

Height is not 100% #442

Closed sk0le closed 3 years ago

sk0le commented 3 years ago

Hi, this is my situation.

https://prnt.sc/10m9nk6

I'm not sure how to fix it? I want my bar to be 100% of height (100vh)

sk0le commented 3 years ago

I solved this with adding div around my menu tag and setting it to height: 100%;