From 4ff1c572749f472ecd6966ea7bb4741e84b884fe Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 21 Feb 2024 10:04:58 +0100 Subject: [PATCH] style: fix hidden outline for simulator fields --- site/source/components/ui/animate.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/site/source/components/ui/animate.tsx b/site/source/components/ui/animate.tsx index 3ad039ea8..330e45eb1 100644 --- a/site/source/components/ui/animate.tsx +++ b/site/source/components/ui/animate.tsx @@ -145,7 +145,6 @@ function AppearAnim({ style={{ ...style, ...(animate ? animatedStyle : {}), - overflow: 'hidden', display: 'flex', flexDirection: 'column', }}