Skip to content

Commit bd1b15f

Browse files
committed
Increase height of mobile menu
Fixes #1350 Increase the height of the mobile menu to cover the entire page. * Change the height of the mobile menu from `570px` to `100vh` in `components/Layout/LayoutMobileMenu.vue`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/w3bdesign/nuxtjs-woocommerce/issues/1350?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 85b3c5d commit bd1b15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout/LayoutMobileMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="relative">
33
<div
44
v-if="!firstRender"
5-
class="fixed top-0 left-0 h-[570px] w-screen mt-4 z-0 bg-white animate__animated"
5+
class="fixed top-0 left-0 h-[100vh] w-screen mt-4 z-0 bg-white animate__animated"
66
:class="{
77
animate__fadeInLeft: expandedMenu,
88
animate__fadeOutRight: !expandedMenu && !firstRender,

0 commit comments

Comments
 (0)