Fix scroll bars sometimes appearing on noscript captcha in QR.

This commit is contained in:
ccd0 2017-02-01 06:22:11 -08:00
parent 98910f093a
commit 0071074b50

View File

@ -96,6 +96,7 @@ Captcha.v2 =
setupNoscript: ->
iframe = $.el 'iframe',
id: 'qr-captcha-iframe'
scrolling: 'no'
src: @noscriptURL()
div = $.el 'div'
textarea = $.el 'textarea'