I recently added a small JS code to my original website to implement a new feature. Everything seemed to be working fine, but I noticed that when the page is first loaded, there is no scroll bar. However, if I refresh the page, the scroll bar appears. I tried adjusting the 'height' parameter, but it didn't solve the issue.
Code Snippet:
<heyflow flow-id="erp-berater-anzeige" height="2000" width="100%" pass-parameters scroll-up-on-navigation></heyflow>
View the page here:
Note: I have limited coding knowledge