소스 검색

fix: limit search modal max-height to 480px

David Hill 2 달 전
부모
커밋
ef7ef6538e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/dialog-select-file.tsx

+ 1 - 1
packages/app/src/components/dialog-select-file.tsx

@@ -134,7 +134,7 @@ export function DialogSelectFile() {
   })
 
   return (
-    <Dialog class="pt-3 pb-0">
+    <Dialog class="pt-3 pb-0 !max-h-[480px]">
       <List
         search={{ placeholder: "Search files and commands", autofocus: true, hideIcon: true, class: "pl-3 pr-2 !mb-0" }}
         emptyMessage="No results found"