From 3101532a2b95961ed56129986a6c716848aa65fb Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Mon, 14 Jul 2025 13:50:02 +0000 Subject: [PATCH] Fallback to manual payment if webln fails - might be due to user intentionally closing out of it --- src/components/ZapDialog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ZapDialog.tsx b/src/components/ZapDialog.tsx index 8eb5763..5cb6ac3 100644 --- a/src/components/ZapDialog.tsx +++ b/src/components/ZapDialog.tsx @@ -341,7 +341,6 @@ export function ZapDialog({ target, children, className }: ZapDialogProps) { requestAnimationFrame(() => { const drawerContent = document.querySelector('[data-testid="zap-modal"]') as HTMLElement; if (drawerContent) { - // Force the drawer to full height drawerContent.style.height = '100%'; drawerContent.style.maxHeight = '95vh'; }