You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): select dropdown obscured by header in landscape mode
Fixes#14073
This change adds a new CSS variable --z-select-menu: 35 to the global
z-index system and applies it to ReactSelect menu styles. This ensures
Select dropdown menus appear above the AppHeader when opening upward
in landscape mobile mode.
The z-index value of 35 places the dropdown between --z-modal (30)
and --z-status (40), following the established z-index hierarchy.
0 commit comments