diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 6cfe3bd6b..a3de37060 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -7309,6 +7309,7 @@ a.status-card { opacity: 0; pointer-events: none; transition: opacity 0.1s ease; + will-change: opacity, pointer-events; &.active { opacity: 1;