Skip to content

Commit

Permalink
Fix: Open Example Selector Menu on Top
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipaljadeja committed Mar 25, 2024
1 parent 935d720 commit fd21740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Editor/ExampleSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ExampleSelector({ onExampleChange }: Props) {
controlShouldRenderValue={false}
classNamePrefix="select"
styles={reactSelectStyles}
menuPlacement="auto"
menuPlacement="top"
isSearchable={false}
instanceId={useId()}
/>
Expand Down

0 comments on commit fd21740

Please sign in to comment.