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:
parent
68e483762e
commit
3d973c430b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ body::before {
|
|||
background: linear-gradient(90deg, rgba(6,8,14,0.96), rgba(12,14,22,0.88));
|
||||
border-bottom: 1px solid var(--border);
|
||||
box-shadow: 0 12px 50px rgba(0,0,0,0.35);
|
||||
z-index: 5;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
.brand {
|
||||
|
|
|
|||
Loading…
Reference in a new issue