mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(challenge modal): avoid native iframe consent on WebKit
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user