aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-06-01 14:41:02 +0000
committerFuwn <[email protected]>2026-06-01 14:41:02 +0000
commit93139bafda94b9090f3db07be3ab93c6f79f9f74 (patch)
treecde417260866bab5e9018bcb83af7a064ecdc31c /src
parentfix(security): allow media-src in CSP for external video (diff)
downloaddue.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')
-rw-r--r--src/lib/User/BadgeWall/badges.css5
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;
}