Add an absolute height to cast receiver to fix height inheritance (#8667)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
twodice 2021-03-22 08:11:01 -04:00 committed by GitHub
parent 740805356f
commit 25c886d401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;