style: fix hidden outline for simulator fields

pull/2901/head
Johan Girod 2024-02-21 10:04:58 +01:00
parent 82293764f8
commit 4ff1c57274
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ function AppearAnim({
style={{
...style,
...(animate ? animatedStyle : {}),
overflow: 'hidden',
display: 'flex',
flexDirection: 'column',
}}