Fix stuck tooltip bubble on Safari (#10560)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-05-21 19:49:58 +03:00
committed by GitHub
parent 0858010a5d
commit 7da3f385a8
+5
View File
@@ -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: '';