Fix iframe card overflow in vertical stack (#21282)

This commit is contained in:
Paul Bottein 2024-07-04 12:29:17 +02:00 committed by GitHub
parent 15589927c8
commit 202bd148ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,6 +129,8 @@ export class HuiIframeCard extends LitElement implements LovelaceCard {
overflow: hidden;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
#root {