Skip to content

Increase height of mobile menu #1351

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

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Layout/LayoutMobileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="relative">
<div
v-if="!firstRender"
class="fixed top-0 left-0 h-[570px] w-screen mt-4 z-0 bg-white animate__animated"
class="fixed top-0 left-0 h-[100vh] w-screen mt-4 z-0 bg-white animate__animated"
:class="{
animate__fadeInLeft: expandedMenu,
animate__fadeOutRight: !expandedMenu && !firstRender,
Expand Down