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'; }