Fix: iPhone-Mockup scrollbar aktiviert, iframe-Höhe auf 1200px
This commit is contained in:
parent
b538f712e3
commit
fe8ba2c917
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,6 @@
|
||||||
<iframe
|
<iframe
|
||||||
src="https://checkflo.de/s/b6b30daf-8bfe-4648-ba2b-6c42916d2264"
|
src="https://checkflo.de/s/b6b30daf-8bfe-4648-ba2b-6c42916d2264"
|
||||||
title="Musterküche Demo"
|
title="Musterküche Demo"
|
||||||
scrolling="no"
|
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div class="phone-home"></div>
|
<div class="phone-home"></div>
|
||||||
|
|
@ -495,11 +494,12 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 390px;
|
width: 390px;
|
||||||
height: 860px;
|
height: 1200px;
|
||||||
border: none;
|
border: none;
|
||||||
transform: scale(0.502);
|
transform: scale(0.502);
|
||||||
transform-origin: top left;
|
transform-origin: top left;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.phone-home {
|
.phone-home {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue