mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix: limit search modal max-height to 480px
This commit is contained in:
parent
d23c21023a
commit
ef7ef6538e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue