From 1a85f336c50dfc4930beb70cc1ca53db5b590063 Mon Sep 17 00:00:00 2001 From: "GitStart-Cal.com" <121884634+gitstart-calcom@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:42:10 +0000 Subject: [PATCH] fix: Booking Question Dialog: Dropdown covered by DialogFooter (CALCOM-10987) (#10989) Co-authored-by: gitstart-calcom Co-authored-by: Peer Richelsen --- packages/features/form-builder/FormBuilder.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/features/form-builder/FormBuilder.tsx b/packages/features/form-builder/FormBuilder.tsx index 2c0b5ecfd0..643e116cbd 100644 --- a/packages/features/form-builder/FormBuilder.tsx +++ b/packages/features/form-builder/FormBuilder.tsx @@ -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) {