Hide scrollbars on sidebar during expanding

This commit is contained in:
Paulus Schoutsen 2019-06-30 23:02:48 -07:00
parent 9408df6099
commit ed7b81e7a4

View File

@ -381,6 +381,7 @@ class HaSidebar extends LitElement {
box-sizing: border-box;
height: calc(100% - 196px);
overflow-y: auto;
overflow-x: hidden;
}
a {