From 71433718d526e672e359031bd855f7ced2be29a0 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Sat, 20 Dec 2025 18:16:35 -0600 Subject: [PATCH] Set `view-transition-name` so it gets calculated in the layer rendering Prevents cards from briefly appearing on top of the letter while they finish transitioning --- app/assets/stylesheets/welcome-letter.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/welcome-letter.css b/app/assets/stylesheets/welcome-letter.css index 5afdb9dd0..1a5338cc2 100644 --- a/app/assets/stylesheets/welcome-letter.css +++ b/app/assets/stylesheets/welcome-letter.css @@ -1,6 +1,7 @@ @layer components { .welcome-letter { position: relative; + view-transition-name: welcome-letter; z-index: 99; h2, p {