Fix: iPhone-Mockup scrollbar aktiviert, iframe-Höhe auf 1200px

This commit is contained in:
rene 2026-05-17 16:37:03 +02:00
parent b538f712e3
commit fe8ba2c917

View file

@ -162,7 +162,6 @@
<iframe
src="https://checkflo.de/s/b6b30daf-8bfe-4648-ba2b-6c42916d2264"
title="Musterküche Demo"
scrolling="no"
></iframe>
</div>
<div class="phone-home"></div>
@ -495,11 +494,12 @@
top: 0;
left: 0;
width: 390px;
height: 860px;
height: 1200px;
border: none;
transform: scale(0.502);
transform-origin: top left;
pointer-events: auto;
overflow-y: auto;
}
.phone-home {
width: 60px;