Skip to content

Commit

Permalink
DiceDB#33: Search box scroll added (DiceDB#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseyXD authored Oct 5, 2024
1 parent 2aa3e33 commit 369cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function SearchBox({ search, setSearch }: SearchBoxProps) {
/>
</div>
</div>
<div className="mt-4 space-y-4">
<div className="mt-4 space-y-4 max-h-[500px] lg:max-h-[870px] xl:max-h-[890px] overflow-y-auto">
{search.length > 1 &&
filteredCommands.map((cmdMeta) => (
<CommandPage
Expand Down

0 comments on commit 369cbfc

Please sign in to comment.