fix(challenge modal): avoid native iframe consent on WebKit

This commit is contained in:
Tommaso Casaburi
2026-05-01 15:17:43 +07:00
parent 0cbae87aef
commit 0180c4e59f
3 changed files with 261 additions and 44 deletions
@@ -112,6 +112,18 @@
margin: 10px 0;
}
.iframeConsentWrapper {
justify-content: flex-start;
margin: 10px 8px;
}
.iframeConsentMessage {
white-space: pre-wrap;
overflow-wrap: anywhere;
word-break: normal;
line-height: 1.35;
}
.iframe {
width: 100%;
height: 100%;