fix(FN-667): increase model dropdown z-index to fix overlay stacking

- Increase z-index from 100 to 500 for .model-selector-dropdown

- Fix dropdown appearing behind modal overlays and other UI elements
This commit is contained in:
gsxdsm
2026-04-01 07:06:48 -07:00
parent 9eaff1d09b
commit caee652d6c

View File

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