Hi,
I’m currently working on a client site and I ran into an issue with the booking tool. The addon Calendly provided comes with a revolting scroll bar. I did some research and found a solution.
Click on the blue “Termin Vereinbaren” button to see the booking tool.
Client project = https://advokatur-fanger.webflow.io/
Solution Calendly :
Remove scroll bars
Depending on the host and theme you’re using for your website, your visitors may encounter a Calendly embed module with a scroll bar. The scroll bar appears when the embed exceeds the size of the container, which is controllable in your site layout. To remove the additional scroll bar, you can increase the height specified in the code copied from your account:
<div class="calendly-inline-widget" data-url="https://calendly.com/yaron-fanger" style="position: relative;min-width:320px; **height:750px** ;" data-processed="true">
I placed the div block into bevor the tag, with no success.
Any help is appreciated,
Take care & enjoy the weekend