From 557cb537a9c9308974c47e19e5eba604e407fd06 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Mon, 27 Apr 2026 14:46:57 +0200 Subject: [PATCH] fix: render check ying and check anna hover tooltips downwards to prevent header clipping --- src/components/PricingView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index 28c6c15..04a8db1 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -1710,7 +1710,7 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit, {note && ( -
+
{note}
)} @@ -1975,7 +1975,7 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit, {annaNote && ( -
+
{annaNote}
)}