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:
@@ -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));
|
||||
}
|
||||
|
||||
/* ================================================
|
||||
|
||||
Reference in New Issue
Block a user