From 4b7af86111a0300e1a137f23fa4ad1639fa55feb Mon Sep 17 00:00:00 2001 From: Jakob Ankarhem Date: Thu, 24 Dec 2020 13:00:20 +0100 Subject: [PATCH] fix(frontend): correctly position title card hover section (#486) f2ebba7 introduced an issue where the children of the animation would not be visible during the animation Co-authored-by: Jakob Ankarhem --- src/components/TitleCard/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index bb404d269..289679fb8 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -163,10 +163,10 @@ const TitleCard: React.FC = ({ leaveFrom="opacity-100" leaveTo="opacity-0" > -
+