mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Show the header when the sidebar is hidden (#6305)
This commit is contained in:
parent
fd07152aea
commit
89c0729964
@ -122,7 +122,7 @@ class HaConfigDashboard extends LitElement {
|
||||
: ""}
|
||||
</ha-config-section>`;
|
||||
|
||||
if (!this.narrow) {
|
||||
if (!this.narrow && this.hass.dockedSidebar !== "always_hidden") {
|
||||
return content;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user