From 1444b4c821ad378c53610f9969f91c2f3bcb6cde Mon Sep 17 00:00:00 2001 From: diondiondion Date: Mon, 29 Jun 2026 16:59:37 +0200 Subject: [PATCH] [Glitch] Fix invisible username during post highlight animation Port 1f1e91a21526ea84e5b7e5e3d6fdaff047fcda5c to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/mastodon/components.scss b/app/javascript/flavours/glitch/styles/mastodon/components.scss index c8c1f06f05..925ce7db60 100644 --- a/app/javascript/flavours/glitch/styles/mastodon/components.scss +++ b/app/javascript/flavours/glitch/styles/mastodon/components.scss @@ -1680,6 +1680,7 @@ body > [data-popper-placement] { content: ''; position: absolute; inset: 0; + z-index: -1; background: var(--color-bg-brand-softest); opacity: 0; animation: fade 0.7s reverse both 0.3s;