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
Dropdown Menu Overflow: Fixed dropdown menus being clipped or appearing beneath other cards when opened. Removed all previous dropdown fixes that caused rendering issues. The card now uses dynamic z-index elevation that automatically raises the card's z-index when any dropdown opens, ensuring proper visibility above all other dashboard elements. Works with all dropdown types (mushroom-select, entity cards, input-select, custom dropdowns) across all swipe modes (horizontal, vertical, single, carousel) without requiring any configuration.