Browse Source

fix: new app with template display (#1322)

taokuizu 1 year ago
parent
commit
62bf7f0fc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/app/(commonLayout)/apps/NewAppDialog.tsx

+ 1 - 1
web/app/(commonLayout)/apps/NewAppDialog.tsx

@@ -122,7 +122,7 @@ const NewAppDialog = ({ show, onSuccess, onClose }: NewAppDialogProps) => {
         <input ref={nameInputRef} className='h-10 px-3 text-sm font-normal bg-gray-100 rounded-lg grow' placeholder={t('app.appNamePlaceholder') || ''}/>
       </div>
 
-      <div className='h-[247px]'>
+      <div className='h-[247px] overflow-y-auto'>
         <div className={style.newItemCaption}>
           <h3 className='inline'>{t('app.newApp.captionAppType')}</h3>
           {isWithTemplate && (