feat(unified-mobile-desktop-ui): Complete US-506 - Fix MobileDrawerMenu - Deconectare Vizibil

Implemented by Ralph autonomous loop.
Iteration: 6

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-01-12 22:36:38 +00:00
parent 9d66a0b2aa
commit 48b1491fe4
3 changed files with 11 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ import { computed, ref } from 'vue'
import { useRoute, useRouter } from 'vue-router'
/**
* MobileDrawerMenu - Material Design 3 inspired navigation drawer for mobile
* MobileDrawerMenu - Material Design 3 inspired navigation drawer for mobile (v2)
*
* Props:
* - modelValue (v-model): Controls visibility of the drawer
@@ -289,6 +289,8 @@ const handleLogout = async () => {
flex-direction: column;
overflow: hidden;
z-index: var(--z-modal);
/* Extra padding at bottom to ensure content is above MobileBottomNav (56px) */
padding-bottom: calc(var(--header-height) + var(--space-md));
}
/* ================================================