diff --git a/src/dialogs/more-info/ha-more-info-logbook.ts b/src/dialogs/more-info/ha-more-info-logbook.ts index 6c559e7dae..ecb3a7d85e 100644 --- a/src/dialogs/more-info/ha-more-info-logbook.ts +++ b/src/dialogs/more-info/ha-more-info-logbook.ts @@ -153,6 +153,11 @@ export class MoreInfoLogbook extends LitElement { max-height: 250px; overflow: auto; } + @media all and (max-width: 450px), all and (max-height: 500px) { + ha-logbook { + max-height: unset; + } + } ha-circular-progress { display: flex; justify-content: center;