Do not listen to the clicks of the ghosts (#9067)

This commit is contained in:
Oreille
2021-10-22 16:23:28 +02:00
committed by GitHub
parent 29a2e75206
commit 911e40144e

View File

@@ -271,6 +271,10 @@ body {
border: var(--border-width) solid var(--primary) !important;
}
&.sortable-ghost {
pointer-events: none;
}
& + & {
margin-top: 8px;
}