From 0ad603bb0707399e37adb37caa402767692b2ad6 Mon Sep 17 00:00:00 2001 From: Anas Date: Sun, 24 May 2020 02:18:00 +0530 Subject: [PATCH] boss mobile navbar made more responsive --- views/layouts/main.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {