Skip to content

Commit

Permalink
Merge pull request #161 from abhijitxy/main
Browse files Browse the repository at this point in the history
fix:dropdown appears under circuit
  • Loading branch information
abhijitxy authored Sep 7, 2024
2 parents 47bc57b + 915905e commit 6c336b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/select-example-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const SelectExampleSearch = () => {
<CaretSortIcon className="ml-2 h-4 w-4 shrink-0 opacity-50" />
</Button>
</PopoverTrigger>
<PopoverContent className="w-[400px] p-0">
<PopoverContent className="w-[400px] p-0 z-50">
<Command value={active_dev_example_package_id ?? "none"}>
<CommandInput placeholder="Search for circuit..." className="h-9" />
<CommandList>
Expand Down

0 comments on commit 6c336b8

Please sign in to comment.