diff --git a/src/components/ha-sidebar.ts b/src/components/ha-sidebar.ts
index 281eae4aaa..389f6010f3 100644
--- a/src/components/ha-sidebar.ts
+++ b/src/components/ha-sidebar.ts
@@ -149,92 +149,83 @@ class HaSidebar extends LitElement {
: ""}
Home Assistant
-
+
+
+
`;
}
@@ -333,11 +324,6 @@ class HaSidebar extends LitElement {
width: 256px;
}
- .wrapper {
- overflow-y: auto;
- height: calc(100% - 65px);
- }
-
.menu {
box-sizing: border-box;
height: 65px;
@@ -375,6 +361,8 @@ class HaSidebar extends LitElement {
display: flex;
flex-direction: column;
box-sizing: border-box;
+ height: calc(100% - 65px);
+ overflow-y: auto;
}
paper-listbox > a {