Hide fallback when dragging items in sidebar (#19521)

This commit is contained in:
Paul Bottein 2024-01-24 18:16:59 +01:00 committed by GitHub
parent 807d08d8eb
commit beb3454f8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -77,8 +77,7 @@ export class HaSortable extends LitElement {
return html` return html`
<style> <style>
.sortable-fallback { .sortable-fallback {
display: none; display: none !important;
opacity: 0;
} }
.sortable-ghost { .sortable-ghost {

View File

@ -1,4 +1,4 @@
import Sortable from "sortablejs"; import type Sortable from "sortablejs";
import SortableCore, { import SortableCore, {
OnSpill, OnSpill,
AutoScroll, AutoScroll,