celebrate receive success

This commit is contained in:
Paul Miller
2023-04-19 15:26:13 -05:00
parent 4dc0a2fa18
commit 39928b9c06
5 changed files with 59 additions and 7 deletions

View File

@@ -119,7 +119,7 @@ export function AmountEditable(props: { initialAmountSats: string, setAmountSats
}
}
const DIALOG_POSITIONER = "fixed inset-0 safe-top safe-bottom"
const DIALOG_POSITIONER = "fixed inset-0 safe-top safe-bottom z-50"
const DIALOG_CONTENT = "h-screen-safe p-4 bg-gray/50 backdrop-blur-md bg-black/80"
return (