소스 검색

fix: more than 6th options would be hide (#136)

Joel 1 년 전
부모
커밋
7a2291f450
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/share/chat/config-scence/index.tsx

+ 1 - 1
web/app/components/share/chat/config-scence/index.tsx

@@ -5,7 +5,7 @@ import Welcome from '../welcome'
 
 const ConfigSence: FC<IWelcomeProps> = (props) => {
   return (
-    <div className='mb-5 antialiased font-sans overflow-hidden shrink-0'>
+    <div className='mb-5 antialiased font-sans shrink-0'>
       <Welcome {...props} />
     </div>
   )