Skip to content

Commit ff2c8e6

Browse files
authored
style(Input): remove unnecessary z-index class from input field (danny-avila#522)
1 parent 36a524a commit ff2c8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Input/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default function TextChat({ isSearchView = false }) {
159159
onCompositionEnd={handleCompositionEnd}
160160
placeholder={getPlaceholderText()}
161161
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"
163163
/>
164164
<SubmitButton
165165
submitMessage={submitMessage}

0 commit comments

Comments
 (0)