From 00654cfddc168c402a60171d22048b96dc5269b0 Mon Sep 17 00:00:00 2001 From: Daniel Fjeldstad <45217974+w3bdesign@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:54:25 +0200 Subject: [PATCH] Fix mobile menu positioning Fixes #1354 Add bottom-0 and mb-4 classes to the mobile menu container to position it just above the footer. * Modify the mobile menu container class to include `bottom-0` and `mb-4` to ensure it is positioned just above the footer. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/w3bdesign/nuxtjs-woocommerce/issues/1354?shareId=XXXX-XXXX-XXXX-XXXX). --- components/Layout/LayoutMobileMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Layout/LayoutMobileMenu.vue b/components/Layout/LayoutMobileMenu.vue index f5dc571e..9ab91f29 100644 --- a/components/Layout/LayoutMobileMenu.vue +++ b/components/Layout/LayoutMobileMenu.vue @@ -2,7 +2,7 @@