diff options
| author | Fuwn <[email protected]> | 2026-06-01 14:41:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-06-01 14:41:02 +0000 |
| commit | 93139bafda94b9090f3db07be3ab93c6f79f9f74 (patch) | |
| tree | cde417260866bab5e9018bcb83af7a064ecdc31c /src/lib/User/BadgeWall | |
| parent | fix(security): allow media-src in CSP for external video (diff) | |
| download | due.moe-93139bafda94b9090f3db07be3ab93c6f79f9f74.tar.xz due.moe-93139bafda94b9090f3db07be3ab93c6f79f9f74.zip | |
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.
Diffstat (limited to 'src/lib/User/BadgeWall')
| -rw-r--r-- | src/lib/User/BadgeWall/badges.css | 5 |
1 files changed, 0 insertions, 5 deletions
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; } |