Skip to content

Commit

Permalink
Merge pull request #307 from lafourmi/master
Browse files Browse the repository at this point in the history
remove deprecated scrolling attribute for iframe
  • Loading branch information
grosser authored Mar 24, 2019
2 parents a020252 + 30b372b commit 30e88b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/recaptcha/client_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def recaptcha_tags(options = {})
<div style="width: 302px; height: 422px; position: absolute;">
<iframe
src="#{fallback_uri}"
scrolling="no" name="ReCAPTCHA"
style="width: 302px; height: 422px; border-style: none; border: 0;">
name="ReCAPTCHA"
style="width: 302px; height: 422px; border-style: none; border: 0; overflow: hidden;">
</iframe>
</div>
</div>
Expand Down

0 comments on commit 30e88b7

Please sign in to comment.