diff --git a/app/src/components/v-list/v-list-item.vue b/app/src/components/v-list/v-list-item.vue index 72fe63d1e1..ab8dfd5c88 100644 --- a/app/src/components/v-list/v-list-item.vue +++ b/app/src/components/v-list/v-list-item.vue @@ -271,6 +271,10 @@ body { border: var(--border-width) solid var(--primary) !important; } + &.sortable-ghost { + pointer-events: none; + } + & + & { margin-top: 8px; }