Skip to content

Commit

Permalink
fix: prevent slide content overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 2, 2024
1 parent 4b1c697 commit c820e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/internals/SlidesShow.vue
Expand Up @@ -68,6 +68,7 @@ function onAfterLeave() {
:class="getSlideClass(route)"
:route="route"
:render-context="renderContext"
class="overflow-hidden"
/>
</template>
</component>
Expand Down

0 comments on commit c820e23

Please sign in to comment.