Skip to content

Commit

Permalink
fix: slide layout shift, close #67, thanks @kawamataryo
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 11, 2021
1 parent db23786 commit bd2e0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/internals/SlideContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ const classes = computed(() => {
}
#slide-content {
@apply relative overflow-hidden m-auto bg-main absolute left-1/2 top-1/2;
@apply relative overflow-hidden bg-main absolute left-1/2 top-1/2;
}
</style>

0 comments on commit bd2e0c0

Please sign in to comment.