Skip to content

Commit 5de54a0

Browse files
committed
fix:_docs -transition: remove "overflow-auto" from component styles
1 parent bb94695 commit 5de54a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__docs__/transition/demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="flex justify-between">
55
<VueDraggable
66
v-model="list"
7-
class="flex flex-col gap-2 p-4 w-300px bg-gray-500/5 rounded h-300px overflow-auto"
7+
class="flex flex-col gap-2 p-4 w-300px bg-gray-500/5 rounded"
88
target=".sort-target"
99
:scroll="true"
1010
>

0 commit comments

Comments
 (0)