I embedded an HTMLComponent on my page, and I created an HTML form within it. I added it to my page, and it looks/works well ― except for one problem: the user can scroll it up and down. There’s no reason for this to be the case, but I can’t figure out how to stop this interaction.
Here is my page: https://www.fumble.live
The component in question is called #formWrapper. I’ve attached an annotated screenshot with the form called out (on desktop and mobile).
This should be simple. All I want to do is make this thing not scroll.
Thanks so much for your help!