Browse Source

fix: limit search modal max-height to 480px

David Hill 1 month ago
parent
commit
ef7ef6538e
1 changed files with 1 additions and 1 deletions
  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"