diff --git a/apps/web/src/components/SidebarV2.tsx b/apps/web/src/components/SidebarV2.tsx index 72ba7ef1baa..33c2512abf7 100644 --- a/apps/web/src/components/SidebarV2.tsx +++ b/apps/web/src/components/SidebarV2.tsx @@ -932,9 +932,12 @@ const SidebarV2Row = memo(function SidebarV2Row(props: { the hidden state out of flow lets the project label reclaim space without either state overlapping it. */} + {/* pointer-events-none: while hovered this label is absolute + + opacity-0, which paints it ABOVE the in-flow settle/snooze + buttons; without it the invisible label eats their clicks. */}