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
This commit is contained in:
Jason Zimdars
2025-12-20 18:16:35 -06:00
parent bc4745c6ce
commit 71433718d5
@@ -1,6 +1,7 @@
@layer components {
.welcome-letter {
position: relative;
view-transition-name: welcome-letter;
z-index: 99;
h2, p {