Skip to content

Commit

Permalink
fix(layouts): show righthand-side of iframe-left (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann authored Oct 8, 2023
1 parent 1aba346 commit 4b30633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/client/layouts/iframe-left.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const scaleInvertPercent = computed(() => `${(1 / (props.scale || 1)) * 100}%`)
:src="url"
:style="scale ? { transform: `scale(${scale})`, transformOrigin: 'top left' } : {}"
/>
<div class="slidev-layout default" v-bind="$attrs">
<slot />
</div>
</div>
<div class="slidev-layout default" v-bind="$attrs">
<slot />
</div>
</div>
</template>

0 comments on commit 4b30633

Please sign in to comment.