Commit cf53796
committed
fix(html): move background skin min dimensions to in-flow element
The skin absolutely-positions <background-video> (position: absolute;
inset: 0), so min-* on its :host did not reserve layout space — the
parent skin could still collapse and the video would overflow.
Move the 300x150 floor onto background-video-skin, which is in flow
(display: block; width: 100%; height: 100%), so the min-* actually
reserves space when the parent is unsized.
Refs #14971 parent a3439ca commit cf53796
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments