Skip to content

Commit

Permalink
Fix iframe card overflow in vertical stack (#21282)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Jul 4, 2024
1 parent 1558992 commit 202bd14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/panels/lovelace/cards/hui-iframe-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ export class HuiIframeCard extends LitElement implements LovelaceCard {
overflow: hidden;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
#root {
Expand Down

0 comments on commit 202bd14

Please sign in to comment.