Skip to content

Commit c4f6234

Browse files
committed
refactor: remove unused carousel styles from LiveCodes component
1 parent df7b711 commit c4f6234

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/.vitepress/components/LiveCodes.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,4 @@ watch(isDark, () => {
6363
@sdk-ready="onReady"
6464
:style="{ height: props.height || '250px' }"
6565
/>
66-
</template>
67-
68-
69-
<style>
70-
.carousel {
71-
display: none !important;
72-
}
73-
</style>
66+
</template>

0 commit comments

Comments
 (0)