fix: location select menu overflowing the container (#6719)

This commit is contained in:
Nafees Nazik 2023-01-30 17:28:37 +05:30 committed by GitHub
parent 8cf0050d1f
commit 419a84c5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;