Don't allow dragging parent into child element

This commit is contained in:
Paul Bottein 2024-01-29 18:08:28 +01:00
parent 64fc58ddd2
commit c9152bd077
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ export class HaSortable extends LitElement {
background: rgba(var(--rgb-primary-color), 0.25);
border-radius: 4px;
opacity: 0.4;
pointer-events: none;
}
.sortable-drag {