If your Calendly booking tool is showing a scroll bar in Webflow and you’d like to remove it, follow these steps for a clean integration:
1. Adjust Calendly Widget Size
- Check the dimensions of your Calendly embed. Often, the scroll bar appears due to mismatched widget sizes.
- Set the height of the Calendly embed code to ensure it matches the content inside. You may need to test different heights to find the optimal one.
2. Update Embed Code
- Go to the Embed element in your Webflow project where the Calendly widget is added.
- Modify the Embed code to adjust the height and width parameters. Make sure the
height attributes are set appropriately in the embed code (e.g., height="700").
3. Use CSS for Styling
- Go to Project Settings in your Webflow project, then select the Custom Code section.
- Add custom CSS to style the Calendly widget as needed. You can set
overflow: hidden; within a styled div container to prevent scroll bars.
4. Preview and Test
- Publish your Webflow site to see the changes live.
- Test the Calendly booking tool on various devices to ensure no scroll bars appear and the tool looks as expected.
Summary
To remove the scroll bar from the Calendly booking tool in Webflow, adjust the embed size, update the embed code, and use CSS styling to limit overflow. Always test the final integration to ensure it displays correctly across devices.