Fix overflow issue for the Generate msg dropdown (#4195)

This commit is contained in:
Pavel Laptev 2024-06-27 16:48:57 +02:00 committed by GitHub
parent 900316ad7a
commit 518cc8b77e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,7 +222,6 @@
padding: 0 0 48px;
flex-direction: column;
gap: 4px;
overflow: hidden;
animation: expand-box 0.2s ease forwards;
/* props to animate on mount */
max-height: 40px;