fix(ui): topbar z-index 1002 pour que le dropdown langue passe au-dessus de la carte

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Nicolas Fryder 2026-07-01 21:13:24 +02:00
parent 68e483762e
commit 3d973c430b

View file

@ -68,7 +68,7 @@ body::before {
background: linear-gradient(90deg, rgba(6,8,14,0.96), rgba(12,14,22,0.88)); background: linear-gradient(90deg, rgba(6,8,14,0.96), rgba(12,14,22,0.88));
border-bottom: 1px solid var(--border); border-bottom: 1px solid var(--border);
box-shadow: 0 12px 50px rgba(0,0,0,0.35); box-shadow: 0 12px 50px rgba(0,0,0,0.35);
z-index: 5; z-index: 1002;
} }
.brand { .brand {