diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 1ddc5bf67..943e8137e 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -153,7 +153,7 @@ QR = $.off d, 'scroll', QR.scrollLock inBubble: -> - bubbles = $$ '.goog-bubble-content > iframe' + bubbles = $$ 'iframe[src^="https://www.google.com/recaptcha/api2/frame"]' d.activeElement in bubbles or bubbles.some((el) -> el.getBoundingClientRect().bottom > 0) inCaptcha: ->