Google reCAPTCHA 浮动通知未完全显示

Google reCAPTCHA floating notice not displaying fully

如果您访问此站点 (https://www.networkhq.org/AutoServiceExpertApplication),您会注意到屏幕右下角漂浮着 Google recaptcha 通知。但是,您还会注意到,即使存在整个滑出内容,但看起来 css 并未完全呈现在滑出内容内部。以前有其他人见过这种行为吗?

recaptcha 本身运行良好。这似乎只是一个显示问题。

在你的PublicSite.css中你有:

iframe {
    padding: 0 0 2em 0;
}

如果您删除 2em 底部填充,您的验证码图像将完全显示。