diff --git a/components/Editor/ExampleSelector.tsx b/components/Editor/ExampleSelector.tsx index d365678..be44bca 100644 --- a/components/Editor/ExampleSelector.tsx +++ b/components/Editor/ExampleSelector.tsx @@ -38,7 +38,7 @@ function ExampleSelector({ onExampleChange }: Props) { controlShouldRenderValue={false} classNamePrefix="select" styles={reactSelectStyles} - menuPlacement="auto" + menuPlacement="top" isSearchable={false} instanceId={useId()} />