Skip to content

Commit

Permalink
fix: hide scroll bar in Shiki magic move (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 2, 2024
1 parent 0ffc4ac commit 7b99d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/builtin/ShikiMagicMove.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ onMounted(() => {
<template>
<div class="slidev-code-wrapper slidev-code-magic-move">
<ShikiMagicMovePrecompiled
class="slidev-code relative shiki"
class="slidev-code relative shiki overflow-visible"
:steps="steps"
:step="index"
:options="{ globalScale: scale }"
Expand Down

0 comments on commit 7b99d86

Please sign in to comment.