fix(challenge-modal): improve mobile iframe challenge modal positioning and sizing

This commit is contained in:
plebeius
2025-11-26 22:52:29 +01:00
parent a7dc46fe2e
commit 76e073228f
2 changed files with 21 additions and 5 deletions
@@ -145,8 +145,19 @@
cursor: default;
}
.iframeContainer {
width: calc(100% - 10px);
max-width: calc(100% - 15px);
}
.iframeWrapper {
width: 100vw;
height: 70vh;
width: 100%;
height: 500px;
margin: 5px 0;
}
.iframe {
border-left: none;
border-right: none;
}
}