fix: location select menu overflowing the container (#6719)
parent
8cf0050d1f
commit
419a84c5a2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue