Skip to content

Commit

Permalink
add placement to dropdown list
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulfield23 committed Sep 19, 2023
1 parent 388a23f commit 123f7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/events/components/EventTypeAutocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const EventTypeAutocomplete: FC<EventTypeAutocompleteProps> = ({
}}
componentsProps={{
popper: {
placement: 'bottom-start',
style: { maxWidth: 380, minWidth: 180, width: dropdownListWidth },
},
}}
Expand Down

0 comments on commit 123f7bb

Please sign in to comment.