4chan was using 400px; Google expects 500px. This eliminates the scroll bars on the iframe.
7 lines
130 B
CSS
7 lines
130 B
CSS
:root:not(.js-enabled) #captchaContainerAlt {
|
|
height: auto;
|
|
}
|
|
noscript > iframe, #recaptcha_challenge_field {
|
|
width: 500px;
|
|
}
|