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 {