From ae429a2566059ec05a5916d383eaa60681f85c15 Mon Sep 17 00:00:00 2001 From: Shiv Tyagi Date: Tue, 15 Sep 2026 00:24:17 +0530 Subject: [PATCH] frontend: keep features modal visible when toggling a row after scroll. Label clicks on the visually hidden checkbox were scrolling the overflow-hidden dialog panel, which made the modal look blank. Co-authored-by: Cursor --- frontend/src/components/FeaturesModal.tsx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/FeaturesModal.tsx b/frontend/src/components/FeaturesModal.tsx index 999f6982..f7ba33f0 100644 --- a/frontend/src/components/FeaturesModal.tsx +++ b/frontend/src/components/FeaturesModal.tsx @@ -472,7 +472,20 @@ function FeatureRow({ feature, checked, onToggle, catHighlighted, innerRef, pend : checked ? 'bg-yellow-400/5' : 'bg-transparent hover:bg-hover', )} > -