[css-flexbox][css-overflow]Where is the relationship between flexbox and overflow defined? #5812
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-flexbox-1
Current Work
I wonder where is the relationship between flexbox and overflow defined? I skimmed both flexbox 1 and overflow 3 editor’s drafts, couldn’t find the answer.
Specifically, I’m trying to understand this behavior: in a single-line column flex container whose first child has flex:none, whether or not the second flex: 1 child, which has long content, overflows the flex container, seems to depend on if it has a non-’visible’ overflow.
Currently, it has the same height as its content under ‘visible’, but I expect it to have the same height as the available flex space, not as its content, and only its content overflows. Isn’t that how overflow: auto could work in the first place?
Would love to find the part where this is explained.
The text was updated successfully, but these errors were encountered: