From 25c886d401db5089b02b2a56fa0d1957abdc62c1 Mon Sep 17 00:00:00 2001 From: twodice Date: Mon, 22 Mar 2021 08:11:01 -0400 Subject: [PATCH] Add an absolute height to cast receiver to fix height inheritance (#8667) Co-authored-by: Bram Kragten --- cast/src/receiver/layout/hc-lovelace.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cast/src/receiver/layout/hc-lovelace.ts b/cast/src/receiver/layout/hc-lovelace.ts index 3812da11d0..b48609894b 100644 --- a/cast/src/receiver/layout/hc-lovelace.ts +++ b/cast/src/receiver/layout/hc-lovelace.ts @@ -94,6 +94,7 @@ class HcLovelace extends LitElement { return css` :host { min-height: 100vh; + height: 0; display: flex; flex-direction: column; box-sizing: border-box;