File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments