When attempting to debug an application, I encountered an issue with the reCAPTCHA window. The placement of the window is a bit off, causing the Verify button to be out of view. This prevents me from progressing past that page as I am unable to confirm the selected images.
Upon inspecting the HTML, it appears that the div container's top position is slightly higher than intended, pushing the popup outside the visible screen area.
I have referenced the reCAPTCHA documentation, but there is limited information on how to adjust the popup's positioning. It is expected to automatically align correctly, yet in my case, it does not.
This issue seems to occur specifically on small screens like the iPhone SE, whereas it functions properly on devices like the iPhone 12. Notably, there is room to manually drag the popup upwards to reveal the Verify button situated at the bottom.
What would be the best approach to resolving this problem?