Compare commits

...

2 Commits

Author SHA1 Message Date
Claude
3a44e2adb6 [AI] Remove release note for #7667 2026-04-30 17:53:54 +00:00
Claude
5258888b95 [AI] Fix cover overspending popover at narrow widths (#7667)
Give the BalanceMenu popover a fixed width so React Aria can position
it deterministically when the budget table is shrunk to a single month.
Mirrors the BudgetMenu pattern in the same file.
2026-04-30 17:48:53 +00:00

View File

@@ -512,7 +512,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
placement="bottom end"
isOpen={balanceMenuOpen}
onOpenChange={() => setBalanceMenuOpen(false)}
style={{ margin: 1 }}
style={{ width: 200, margin: 1 }}
isNonModal
{...balancePosition}
>