Skip to content

Commit 81c9214

Browse files
authored
Merge pull request #234 from import-ai/fix/input
style(chat): remove chat input scrollbar
2 parents 69347e9 + b193a7f commit 81c9214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/chat/chat-input/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function ChatInput(props: IProps) {
6565
onCompositionStart={handleCompositionStart}
6666
onCompositionEnd={handleCompositionEnd}
6767
placeholder={t('chat.textarea.placeholder')}
68-
className="resize-none p-0 border-transparent shadow-none focus-visible:border-transparent focus-visible:ring-0 focus-visible:shadow-none hover:border-transparent hover:shadow-none placeholder:text-[#9CA3AF] dark:placeholder:text-gray-400"
68+
className="resize-none no-scrollbar p-0 border-transparent shadow-none focus-visible:border-transparent focus-visible:ring-0 focus-visible:shadow-none hover:border-transparent hover:shadow-none placeholder:text-[#9CA3AF] dark:placeholder:text-gray-400"
6969
/>
7070
</div>
7171
);

0 commit comments

Comments
 (0)