Skip to content

Fix mobile menu #1355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fix mobile menu #1355

wants to merge 1 commit into from

Conversation

w3bdesign
Copy link
Owner

@w3bdesign w3bdesign commented Sep 4, 2024

Fixes #1354

Add bottom-0 and mb-4 classes to the mobile menu div in components/Layout/LayoutMobileMenu.vue.

  • Set the mobile menu as fixed and positioned just above the footer with a margin bottom.
  • Add bottom-0 class to the div with class fixed top-0 left-0 h-[calc(100vh-4rem)] w-screen mt-4 z-10 bg-white animate__animated.
  • Add mb-4 class to the div with class fixed top-0 left-0 h-[calc(100vh-4rem)] w-screen mt-4 z-10 bg-white animate__animated.

For more details, open the Copilot Workspace session.

Fixes #1354

Add bottom-0 and mb-4 classes to the mobile menu div in `components/Layout/LayoutMobileMenu.vue`.

* Set the mobile menu as fixed and positioned just above the footer with a margin bottom.
* Add `bottom-0` class to the `div` with class `fixed top-0 left-0 h-[calc(100vh-4rem)] w-screen mt-4 z-10 bg-white animate__animated`.
* Add `mb-4` class to the `div` with class `fixed top-0 left-0 h-[calc(100vh-4rem)] w-screen mt-4 z-10 bg-white animate__animated`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/w3bdesign/nuxtjs-woocommerce/issues/1354?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Sep 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxtjs-woocommerce ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 4, 2024 5:52am

Copy link

sonarqubecloud bot commented Sep 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mobile menu
1 participant