How to remove scroll bar from embedded Calendly schedule? by asfakmd | Nov 9, 2023 | OthersJust add the CSS code below in the additional CSS : .calendly-inline-widget iframe { height: 1000px !important; } it will fix all the scrolling issues on desktops, tablets & from mobile.
Recent Comments