From 91163ac4007d5b8e0fc1a4ec254f056dbddb28e6 Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:50:25 +0800 Subject: [PATCH] fix(a11y): bump answer-support sheet footer taps to 48px (min-h-12) Footer Source/Copy/Add controls were min-h-11 (44px) and dipped to ~43.2px via getBoundingClientRect sub-pixel rounding deep in scrolled sheets, flaking the required ui-smoke touch-target assertion. min-h-12 clears the 44px floor deterministically. Co-Authored-By: Claude Opus 4.8 --- src/components/ClinicalDashboard.tsx | 8 ++++---- src/components/clinical-dashboard/evidence-panels.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/ClinicalDashboard.tsx b/src/components/ClinicalDashboard.tsx index c19be59c6b..31f6dc389a 100644 --- a/src/components/ClinicalDashboard.tsx +++ b/src/components/ClinicalDashboard.tsx @@ -1016,13 +1016,13 @@ function MobileEvidenceSheetContent({ {primarySourceHref ? ( Source ) : ( - + Source @@ -1030,7 +1030,7 @@ function MobileEvidenceSheetContent({