Summary: | Slotted item not filling height of container in Safari | ||
---|---|---|---|
Product: | WebKit | Reporter: | warcon103 |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Blocker | CC: | rniwa, simon.fraser, svillar, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Mac (Intel) | ||
OS: | macOS 10.14 |
Description
warcon103
2021-03-16 12:14:06 PDT
On additional review, it appears the issue is most associated with the 'flex: auto;' defined in the web-component. Changing this to 'flex: 1 1 100%' resolved the issue, but again this requires making changes to third party webcomponents Is this bug really dependent on using slot? Or it reproduces anywhere? No, looks like its an issue with `flex:auto` in general |