diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index 62389ad..28c6c15 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -809,7 +809,7 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit, )} {/* ── Anna Note Editor Modal ── */} - {annaEditor && ( + {annaEditor && createPortal(
@@ -838,11 +838,12 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit,
-
+ , + document.body )} {/* ── Note Editor Modal ── */} - {noteEditor && ( + {noteEditor && createPortal(
@@ -871,7 +872,8 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit,
-
+ , + document.body )}