From 9b25a54a47b97aead33a6f292790d4e5dc861fd4 Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Wed, 16 Sep 2020 04:09:25 -0500 Subject: [PATCH] Fix sidebar from not displaying (#7022) Co-authored-by: Bram Kragten --- src/components/ha-sidebar.ts | 1 - src/resources/ha-sortable-style.ts | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 {