diff --git a/views/layouts/main.hbs b/views/layouts/main.hbs index e7d2dfe..9068502 100644 --- a/views/layouts/main.hbs +++ b/views/layouts/main.hbs @@ -127,7 +127,7 @@ $(".hamburger-container").click(function() { if (!toggle) { $(".menu.fluid").css({ - 'height': '100%' + 'height': 'fit-content' }); toggle = 1; } else {