fix: raise TopBar z-index so profile dropdown renders above main content

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-03 21:20:36 -05:00
parent a5cff0db64
commit 41cb7956cb
2 changed files with 264 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ export function TopBar() {
return (
<>
<header
className="topbar flex items-center gap-4 border-b px-4"
className="topbar relative z-10 flex items-center gap-4 border-b px-4"
style={{
background: 'rgba(16, 17, 20, 0.6)',
backdropFilter: 'var(--glass-blur-strong)',