Commit ff2c8e6 1 parent 36a524a commit ff2c8e6 Copy full SHA for ff2c8e6
File tree 1 file changed +1
-1
lines changed
client/src/components/Input
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ export default function TextChat({ isSearchView = false }) {
159
159
onCompositionEnd = { handleCompositionEnd }
160
160
placeholder = { getPlaceholderText ( ) }
161
161
disabled = { disabled || isNotAppendable }
162
- className = "m-0 z-[100] flex h-auto max-h-52 flex-1 resize-none overflow-auto border-0 bg-transparent p-0 pl-2 pr-12 leading-6 placeholder:text-sm placeholder:text-gray-600 focus:outline-none focus:ring-0 focus-visible:ring-0 dark:bg-transparent dark:placeholder:text-gray-500 md:pl-2"
162
+ className = "m-0 flex h-auto max-h-52 flex-1 resize-none overflow-auto border-0 bg-transparent p-0 pl-2 pr-12 leading-6 placeholder:text-sm placeholder:text-gray-600 focus:outline-none focus:ring-0 focus-visible:ring-0 dark:bg-transparent dark:placeholder:text-gray-500 md:pl-2"
163
163
/>
164
164
< SubmitButton
165
165
submitMessage = { submitMessage }
You can’t perform that action at this time.
0 commit comments