Fix sidebar from not displaying (#7022)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Zack Barett 2020-09-16 04:09:25 -05:00 committed by GitHub
parent 4b8c96c769
commit 9b25a54a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -775,7 +775,6 @@ class HaSidebar extends LitElement {
.title mwc-button { .title mwc-button {
width: 100%; width: 100%;
} }
#sortable, #sortable,
.hidden-panel { .hidden-panel {
display: none; display: none;

View File

@ -25,11 +25,11 @@ export const sortableStyles = css`
#sortable { #sortable {
outline: none; outline: none;
display: block; display: block !important;
} }
.hidden-panel { .hidden-panel {
display: flex; display: flex !important;
} }
.sortable-fallback { .sortable-fallback {