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
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue