@@ -24,7 +24,8 @@ onMounted(() => {
padding-bottom: calc(100px + env(safe-area-inset-bottom));
.strategy-iframe {
width: 100%;
- height: 100%;
+ height: calc(100% + 130px);
+ margin-top: -130px;
}
.container-strategy-pc {