Recaptcha box overflow on mobile

4.41K viewsIssues
0

Even on the desktop , the captcha logo is out of the box when the ask widget is used.

I think theme related issue.

1

#recaptcha.g-recaptcha {
overflow: hidden;
}

 

 

The width for the visible box is not present. The css for the captcha box actually extends beyond the box shown. So there’s nothing for me to edit to fix this for mobile.

edited answer