Skip to content

Commit

Permalink
fix(search): fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Oct 10, 2023
1 parent 9189307 commit 87b120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Shared/CmdK.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export function CmdK() {
<Dialog.Portal>
<Dialog.Overlay />

<Dialog.Content className="overflow-y-auto">
<Dialog.Content className="overflow-y-auto" asChild>
<Command label="Search documentation..." shouldFilter={false}>
<Dialog.Header className="!px-lg !py-xl">
<InputGroup onKeyDown={onInputKeyDown}>
Expand Down

0 comments on commit 87b120e

Please sign in to comment.