From 93139bafda94b9090f3db07be3ab93c6f79f9f74 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 1 Jun 2026 14:41:02 +0000 Subject: fix(badges): drop content-visibility that clipped tooltip and tilt content-visibility: auto (added in e65a7257) forces paint containment while the cell is on-screen. That clips overflow and makes the cell the containing block for absolutely-positioned descendants, which sliced off the FallbackBadge hover scale and 3D parallax tilt and trapped the LinkedTooltip inside the badge cell. The wall's interactions are overflow-based, so the off-screen perf optimisation is incompatible with them. --- src/lib/User/BadgeWall/badges.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/User/BadgeWall/badges.css') diff --git a/src/lib/User/BadgeWall/badges.css b/src/lib/User/BadgeWall/badges.css index 221f3829..19f8996f 100644 --- a/src/lib/User/BadgeWall/badges.css +++ b/src/lib/User/BadgeWall/badges.css @@ -11,11 +11,6 @@ gap: 0.25rem; } -.badges > * { - content-visibility: auto; - contain-intrinsic-size: auto 8rem; -} - .edit-row-2 { margin-top: -1.25rem; } -- cgit v1.2.3