diff --git a/src/components/ha-sidebar.ts b/src/components/ha-sidebar.ts index 3266046064..0f47cc497a 100644 --- a/src/components/ha-sidebar.ts +++ b/src/components/ha-sidebar.ts @@ -775,7 +775,6 @@ class HaSidebar extends LitElement { .title mwc-button { width: 100%; } - #sortable, .hidden-panel { display: none; diff --git a/src/resources/ha-sortable-style.ts b/src/resources/ha-sortable-style.ts index 448ca9b7c0..cda10ed99e 100644 --- a/src/resources/ha-sortable-style.ts +++ b/src/resources/ha-sortable-style.ts @@ -25,11 +25,11 @@ export const sortableStyles = css` #sortable { outline: none; - display: block; + display: block !important; } .hidden-panel { - display: flex; + display: flex !important; } .sortable-fallback {