From 4e98f4fc0fc5f28a999645e1ae49037e8114238f Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Tue, 28 Feb 2023 22:35:03 -0600 Subject: [PATCH] Fix animation --- src/data/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/common.css b/src/data/common.css index 62f9d73..67d5420 100644 --- a/src/data/common.css +++ b/src/data/common.css @@ -400,9 +400,9 @@ transform: translateY(50%) rotate(45deg); opacity: 0; } -.character-trensition-active, +.character-transition-active, .streamer-transition-active { - position: absolute; + position: absolute !important; } .total-outcome-container {