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 11:42:10 +02:00
committed by GitHub
co-authored by gitstart-calcom Peer Richelsen
parent cc5096a54a
commit 1a85f336c5
@@ -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) {