fix: Booking Question Dialog: Dropdown covered by DialogFooter (CALCOM-10987) (#10989)

Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
GitStart-Cal.com 2023-09-04 09:42:10 +00:00 committed by GitHub
parent cc5096a54a
commit 1a85f336c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -437,9 +437,6 @@ function FieldEditDialog({
value={fieldTypesConfigMap[fieldForm.getValues("type")]}
options={fieldTypes.filter((f) => !f.systemOnly)}
label={t("input_type")}
classNames={{
menuList: () => "min-h-[27.25rem]",
}}
/>
{(() => {
if (!variantsConfig) {