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: ->
|
setupNoscript: ->
|
||||||
iframe = $.el 'iframe',
|
iframe = $.el 'iframe',
|
||||||
id: 'qr-captcha-iframe'
|
id: 'qr-captcha-iframe'
|
||||||
|
scrolling: 'no'
|
||||||
src: @noscriptURL()
|
src: @noscriptURL()
|
||||||
div = $.el 'div'
|
div = $.el 'div'
|
||||||
textarea = $.el 'textarea'
|
textarea = $.el 'textarea'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user