fix(FN-2021): raise model selector dropdown above quick chat panel

- Increase the model selector dropdown z-index in dashboard styles from 1000 to 1010
- Ensure the selector menu layers above the quick chat panel so options remain visible and clickable
This commit is contained in:
Fusion
2026-04-17 19:54:49 -07:00
committed by gsxdsm
parent 13855cf11a
commit c6377a91d4

View File

@@ -10336,7 +10336,7 @@ body {
border: 1px solid var(--border);
border-radius: var(--radius);
box-shadow: var(--shadow);
z-index: 1000;
z-index: 1010;
max-height: 320px;
display: flex;
flex-direction: column;