mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Hide fallback when dragging items in sidebar (#19521)
This commit is contained in:
parent
807d08d8eb
commit
beb3454f8d
@ -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 {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import Sortable from "sortablejs";
|
import type Sortable from "sortablejs";
|
||||||
import SortableCore, {
|
import SortableCore, {
|
||||||
OnSpill,
|
OnSpill,
|
||||||
AutoScroll,
|
AutoScroll,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user