fix: recaptcha unclickable

This commit is contained in:
DIYgod 2025-03-25 15:45:15 +08:00
parent 626e54dd84
commit 305c4bcc7c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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 })
}