From dc64864a24b33778bdc779b106ee852ecf3f4f14 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 31 Jul 2016 01:29:36 -0700 Subject: [PATCH] Update overflow for sidebar --- src/components/ha-sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-sidebar.html b/src/components/ha-sidebar.html index 5c94b835f9..cd900f341f 100644 --- a/src/components/ha-sidebar.html +++ b/src/components/ha-sidebar.html @@ -20,7 +20,7 @@ font-size: 14px; }; display: block; - overflow: scroll; + overflow: auto; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none;