Commit 57abb69
authored
fix: prevent split-layout from overflowing parent flex container (#11462)
## Description
Add `min-height: 0` to the `:host` rule so that the `split-layout`, when
used as a flex item, can shrink below its content's natural height.
Without this, a grid inside a horizontal `split-layout` in a flex column
parent expands to full content height instead of scrolling internally.
Fixes #11362
## Type of change
- Bugfix1 parent 26ebee1 commit 57abb69
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments