diff --git a/packages/studio/src/components/StudioRightPanel.tsx b/packages/studio/src/components/StudioRightPanel.tsx
index cf9c69f09..299d462ff 100644
--- a/packages/studio/src/components/StudioRightPanel.tsx
+++ b/packages/studio/src/components/StudioRightPanel.tsx
@@ -446,8 +446,7 @@ export function StudioRightPanel({
return (
<>
- {/* Vertical resize divider: 3px visible seam, 13px pointer-capture zone via
- the absolutely-positioned inner hit area. */}
+ {/* Vertical resize divider: 3px visible seam, 13px hit zone via the inner div. */}
- {/* Expanded hit zone, deliberately asymmetric: 8px into the preview pane's
- p-2 stage gutter (the only dead space here), the 3px seam, then 2px
- into the inspector card. It stops at 13px rather than the 24px WCAG 2.2
- (2.5.8) target because the next pixel on either side is live: the
- preview stage on the left, the inspector's own controls on the right. */}
+ {/* Asymmetric hit zone: 8px into the preview's p-2 gutter (the only dead
+ space), the 3px seam, 2px into the card. Stops short of the 24px WCAG
+ 2.5.8 target because the next pixel each way is live. */}
{/* Visible hairline */}