mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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`
|
||||
<style>
|
||||
.sortable-fallback {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.sortable-ghost {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Sortable from "sortablejs";
|
||||
import type Sortable from "sortablejs";
|
||||
import SortableCore, {
|
||||
OnSpill,
|
||||
AutoScroll,
|
||||
|
Loading…
x
Reference in New Issue
Block a user