diff --git a/src/Posting/Captcha.v2.coffee b/src/Posting/Captcha.v2.coffee index dad266681..124186731 100644 --- a/src/Posting/Captcha.v2.coffee +++ b/src/Posting/Captcha.v2.coffee @@ -96,6 +96,7 @@ Captcha.v2 = setupNoscript: -> iframe = $.el 'iframe', id: 'qr-captcha-iframe' + scrolling: 'no' src: @noscriptURL() div = $.el 'div' textarea = $.el 'textarea'