Skip to content

Commit

Permalink
Merge pull request #299 from yileifeng/slides-toc-scrollbar
Browse files Browse the repository at this point in the history
Add scrollbar for slides toc
  • Loading branch information
yileifeng authored May 21, 2024
2 parents bf8eacf + 80eef13 commit 47e7554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/slide-toc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</div>
</vue-final-modal>
</div>
<ul>
<ul class="max-h-screen overflow-y-auto">
<draggable v-model="slides" @update="$emit('slides-updated', slides)" item-key="title">
<template #item="{ element, index }">
<li
Expand Down

0 comments on commit 47e7554

Please sign in to comment.