From 0071074b50e40dbc84e95036cf59dfd8f91ff63c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 1 Feb 2017 06:22:11 -0800 Subject: [PATCH] Fix scroll bars sometimes appearing on noscript captcha in QR. --- src/Posting/Captcha.v2.coffee | 1 + 1 file changed, 1 insertion(+) 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'