Skip to content

Commit

Permalink
fix(tasks): Drag rings in todo list are now visible again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Dec 25, 2021
1 parent a7c6dda commit 62e335f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/todoList/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<transition-group
tag="div"
name="transition-item"
class="flex flex-col space-y-2 mt-3 max-h-64 overflow-y-auto overflow-x-hidden"
class="flex flex-col space-y-2 mt-2 py-1 -mx-2 px-2 max-h-64 overflow-y-auto overflow-x-hidden"
@drop.prevent="itemDropped($event, 1)"
>
<TaskItem
Expand Down

0 comments on commit 62e335f

Please sign in to comment.