Skip to content

fix: removed extra scrollbar when selected checkbox field for booking form questions#27592

Merged
romitg2 merged 4 commits intocalcom:mainfrom
ifrah-ashraf:fix/cal-7169-extra-scrollbar-and-space
Feb 8, 2026
Merged

fix: removed extra scrollbar when selected checkbox field for booking form questions#27592
romitg2 merged 4 commits intocalcom:mainfrom
ifrah-ashraf:fix/cal-7169-extra-scrollbar-and-space

Conversation

@ifrah-ashraf
Copy link
Copy Markdown
Contributor

@ifrah-ashraf ifrah-ashraf commented Feb 3, 2026

What does this PR do?

Video Demo (if applicable):

  • After Fixing
2026-02-04.01-08-10.mp4

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

Checklist


Summary by cubic

Removes the extra scrollbar and blank space in the Booking Questions multi-select (CAL-7169) by removing the inner overflow in the edit dialog. Standardizes the field label to "Multi Select" for consistency.

Written for commit 7be0951. Summary will update on new commits.

@paragon-review
Copy link
Copy Markdown

paragon-review bot commented Feb 3, 2026

Paragon Review Unavailable

Hi @ifrah-ashraf! To enable Paragon reviews on this repository, please register at https://home.polarity.cc

Once registered, connect your GitHub account and Paragon will automatically review your pull requests.

@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Feb 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Fixed the extra scrollbar and space in multi select". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@github-actions github-actions bot added the 🐛 bug Something isn't working label Feb 3, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@ifrah-ashraf ifrah-ashraf changed the title Fixed the extra scrollbar and space in multi select fix: removed extra scrollbar and space in multi select Feb 3, 2026
@romitg2 romitg2 self-requested a review February 8, 2026 10:17
@romitg2 romitg2 changed the title fix: removed extra scrollbar and space in multi select fix: removed extra scrollbar when selected checkbox field for booking form questions Feb 8, 2026
@romitg2 romitg2 added ready-for-e2e run-ci Approve CI to run for external contributors labels Feb 8, 2026
@romitg2 romitg2 enabled auto-merge (squash) February 8, 2026 11:18
@romitg2 romitg2 merged commit 466e7f2 into calcom:main Feb 8, 2026
102 of 114 checks passed
@romitg2
Copy link
Copy Markdown
Member

romitg2 commented Feb 8, 2026

Thanks @ifrah-ashraf !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working community Created by Linear-GitHub Sync ready-for-e2e run-ci Approve CI to run for external contributors size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extra Scrollbar appears on selecting checkbox on booking question tab

2 participants