d58fe967a4
Lock the feature's central invariant — the tooltip must never intercept the comment-mark's click (which opens the side panel). pointer-events:none is the single property guaranteeing that, and it was unasserted: a regression dropping it from the style object would let a lingering card swallow the click with no test failing. Assert it in the "shows after delay" test.