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 9021f4958e
commit d42d8d2448

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'