I am experiencing an issue where when recaptcha is rendered on the page, it is rendered at the top instead of the middle of the viewport.
I would like to have it display in the middle of the viewport so users don't need to scroll up to view it.
I am using grecaptcha.execute so it can be decided programmatically when to render the recaptcha challenge, however I don't see any info in the documentation how I can control where this challenge shows up. It gets rendered with absolute positioning at the top of the page.
I see there is a container
option in grecaptcha.render, but as I mentioned I want to use grecaptcha.execute so that I only show the challenge when it is deemed necessary.
Anyone know how to do this?