Skip to content

Commit 466e7f2

Browse files
fix: removed extra scrollbar when selected checkbox field for booking form questions (calcom#27592)
* fix: css property for the scroll bar and label for multi select * chore --------- Co-authored-by: Romit <romitgabani1.work@gmail.com>
1 parent 0b0a547 commit 466e7f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/modules/event-types/components/tabs/advanced/FormBuilder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ function FieldEditDialog({
614614
<Dialog open={dialog.isOpen} onOpenChange={onOpenChange} modal={false}>
615615
<DialogContent className="max-h-none" data-testid="edit-field-dialog" forceOverlayWhenNoModal={true}>
616616
<Form id="form-builder" form={fieldForm} handleSubmit={handleSubmit}>
617-
<div className="h-auto max-h-[85vh] overflow-auto">
617+
<div className="h-auto max-h-[85vh]">
618618
<DialogHeader
619619
title={t("add_a_booking_question")}
620620
subtitle={

0 commit comments

Comments
 (0)