Fix height of main automation trace element (#16283)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Ben Randall
2023-04-25 09:46:15 -04:00
committed by GitHub
parent 327927baa7
commit 64a693332b
2 changed files with 2 additions and 2 deletions

View File

@@ -508,7 +508,7 @@ export class HaScriptTrace extends LitElement {
}
.main {
height: calc(100% - var(--header-height));
min-height: calc(100% - var(--header-height));
display: flex;
background-color: var(--card-background-color);
}