Fix scroll bars sometimes appearing on noscript captcha in QR.
This commit is contained in:
parent
98910f093a
commit
0071074b50
@ -96,6 +96,7 @@ Captcha.v2 =
|
||||
setupNoscript: ->
|
||||
iframe = $.el 'iframe',
|
||||
id: 'qr-captcha-iframe'
|
||||
scrolling: 'no'
|
||||
src: @noscriptURL()
|
||||
div = $.el 'div'
|
||||
textarea = $.el 'textarea'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user