Skip to content

Commit 518cc8b

Browse files
authored
Fix overflow issue for the Generate msg dropdown (#4195)
1 parent 900316a commit 518cc8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/lib/commit/CommitMessageInput.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222
padding: 0 0 48px;
223223
flex-direction: column;
224224
gap: 4px;
225-
overflow: hidden;
226225
animation: expand-box 0.2s ease forwards;
227226
/* props to animate on mount */
228227
max-height: 40px;

0 commit comments

Comments
 (0)