Skip to content

Commit

Permalink
fix: disable scroll as we have not many options and there is weird au…
Browse files Browse the repository at this point in the history
…to-scroll
  • Loading branch information
matthieuauger committed Mar 1, 2024
1 parent 559bc79 commit 7dc6fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/KBar/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const Results = () => {

return (
<KBarResults
maxHeight={500}
items={groups}
onRender={({ item, active }) =>
typeof item === 'string' ? (
Expand Down

0 comments on commit 7dc6fd8

Please sign in to comment.