From deb4f9e63fcf5ae147be68c4acdc559069e3444e Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 1 Aug 2017 21:01:05 +0200 Subject: [PATCH] Set overflow to auto (#364) (for the people without a mac ;-) --- src/dialogs/ha-voice-command-dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/ha-voice-command-dialog.html b/src/dialogs/ha-voice-command-dialog.html index 453f1ad835..bdac7014d5 100644 --- a/src/dialogs/ha-voice-command-dialog.html +++ b/src/dialogs/ha-voice-command-dialog.html @@ -20,7 +20,7 @@ .messages { max-height: 50vh; - overflow: scroll; + overflow: auto; } .messages::after {