From 518cc8b77e9f15b65ad0e5461d5bb6fdd16c2ab2 Mon Sep 17 00:00:00 2001
From: Pavel Laptev <pawellaptew@gmail.com>
Date: Thu, 27 Jun 2024 16:48:57 +0200
Subject: [PATCH] Fix `overflow` issue for the Generate msg dropdown (#4195)

---
 app/src/lib/commit/CommitMessageInput.svelte | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/src/lib/commit/CommitMessageInput.svelte b/app/src/lib/commit/CommitMessageInput.svelte
index b11f8d6c26..d9473a696f 100644
--- a/app/src/lib/commit/CommitMessageInput.svelte
+++ b/app/src/lib/commit/CommitMessageInput.svelte
@@ -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;