diff --git a/apps/web/components/eventtype/EventSetupTab.tsx b/apps/web/components/eventtype/EventSetupTab.tsx index 4aaf87cff9..c19ac33475 100644 --- a/apps/web/components/eventtype/EventSetupTab.tsx +++ b/apps/web/components/eventtype/EventSetupTab.tsx @@ -149,6 +149,7 @@ export const EventSetupTab = ( options={locationOptions} isSearchable={false} className="block w-full min-w-0 flex-1 rounded-sm text-sm" + menuPlacement="auto" onChange={(e: SingleValueLocationOption) => { if (e?.value) { const newLocationType = e.value;