mirror of
https://github.com/directus/directus.git
synced 2026-01-27 05:28:06 -05:00
Do not listen to the clicks of the ghosts (#9067)
This commit is contained in:
@@ -271,6 +271,10 @@ body {
|
||||
border: var(--border-width) solid var(--primary) !important;
|
||||
}
|
||||
|
||||
&.sortable-ghost {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
& + & {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user