mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 06:46:35 +00:00
Fix sidebar from not displaying (#7022)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
4b8c96c769
commit
9b25a54a47
@ -775,7 +775,6 @@ class HaSidebar extends LitElement {
|
||||
.title mwc-button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#sortable,
|
||||
.hidden-panel {
|
||||
display: none;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user