mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 21:06:41 +02:00
fix(todo): fix FAB close button hidden behind PillNav and move settings/mana to account dropdown
- Raise FAB z-index from 50 to 1002 so close button is clickable above PillNav (z:1000) - Remove Settings from standalone nav items (already in account dropdown) - Move Mana button from standalone pill into account dropdown Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b37d5f0338
commit
abc7f95601
2 changed files with 14 additions and 19 deletions
|
|
@ -179,7 +179,6 @@
|
|||
},
|
||||
{ href: '/spiral', label: 'Spiral', icon: 'sparkles' },
|
||||
{ href: '/tags', label: 'Tags', icon: 'tag' },
|
||||
{ href: '/settings', label: 'Einstellungen', icon: 'settings' },
|
||||
]);
|
||||
|
||||
// Navigation items filtered by visibility settings (with fallback for guest mode)
|
||||
|
|
@ -492,7 +491,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 50;
|
||||
z-index: 1002;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue