fix: recaptcha unclickable
This commit is contained in:
parent
626e54dd84
commit
305c4bcc7c
|
|
@ -93,7 +93,7 @@
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
[title="recaptcha challenge expires in two minutes"] {
|
||||
iframe[src*="www.recaptcha.net"] {
|
||||
pointer-events: auto !important;
|
||||
-webkit-app-region: no-drag !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ if (import.meta.env.DEV) {
|
|||
trackAllPureComponents: true,
|
||||
})
|
||||
const { scan } = await import("react-scan")
|
||||
scan({ enabled: true, log: false, showToolbar: true })
|
||||
scan({ enabled: false, log: false, showToolbar: true })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue