mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix iframe card overflow in vertical stack (#21282)
This commit is contained in:
parent
15589927c8
commit
202bd148ef
@ -129,6 +129,8 @@ export class HuiIframeCard extends LitElement implements LovelaceCard {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#root {
|
||||
|
Loading…
x
Reference in New Issue
Block a user