From 7da3f385a84a45b02b9ec25e220d8743429d402e Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 21 May 2026 19:49:58 +0300 Subject: [PATCH] Fix stuck tooltip bubble on Safari (#10560) Co-authored-by: Claude Opus 4.7 (1M context) --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style.css b/src/style.css index bf2ffed698..48bacf81b9 100644 --- a/src/style.css +++ b/src/style.css @@ -114,6 +114,11 @@ input:focus { white-space: nowrap; font-size: 12px; z-index: 10; + /* HACK: promote to its own layer so Safari's compositor doesn't latch the + bubble's `display: block` state when SubtleHover (also promoted) sits in + the same stacking context. Without this, hovering certain notification + items can leave the bubble visible permanently until a relayout. -sfn */ + will-change: transform; } [data-tooltip]::before { content: '';