Allow iframe clicks

This commit is contained in:
Ruslan Bakiev
2026-02-10 15:59:02 +07:00
parent 7909b7bf1c
commit 490631acd6

View File

@@ -204,7 +204,6 @@
class="iphone-iframe"
title="Прототип пользовательского пути"
:srcdoc="prototypeSrcdoc"
sandbox="allow-scripts allow-same-origin"
></iframe>
</div>
</div>
@@ -1019,9 +1018,10 @@ html {
gap: 1.5rem;
}
.glass-panel,
.glass-card {
background: rgba(255, 255, 255, 0.55);
border: 1px solid rgba(255, 255, 255, 0.45);
background: rgba(255, 255, 255, 0.6);
border: 1px solid rgba(255, 255, 255, 0.5);
backdrop-filter: blur(18px) saturate(1.1);
-webkit-backdrop-filter: blur(18px) saturate(1.1);
}
@@ -1036,6 +1036,7 @@ html {
box-shadow:
0 28px 60px rgba(9, 9, 12, 0.35),
inset 0 0 0 1px rgba(255, 255, 255, 0.08);
pointer-events: auto;
}
.iphone-frame::before {