Skip to content

Commit d974cf0

Browse files
committed
fix: remove unnecessary overflow-y-hidden class from textarea
1 parent 8fa39bc commit d974cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PromptInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const PromptBox = ({
114114
onKeyDown={handleKeyDown}
115115
onPaste={handlePaste}
116116
placeholder="Ask me anything or give me a task to work on."
117-
className="w-full min-h-6 max-h-24 bg-transparent border-none focus:outline-none resize-none placeholder-gray-500 text-base overflow-y-hidden leading-normal"
117+
className="w-full min-h-6 max-h-24 bg-transparent border-none focus:outline-none resize-none placeholder-gray-500 text-base leading-normal"
118118
style={{ lineHeight: "1.5" }}
119119
/>
120120
<div className="flex gap-2 justify-between mt-2">

0 commit comments

Comments
 (0)