D
D
Dmitry Katyushin2016-11-28 19:59:39
css
Dmitry Katyushin, 2016-11-28 19:59:39

Why does flex-box with overflow behave like this?

Hello.
I really want to know why the content "crawls" out of flex-box , and not scroll vertically due to the overflow-y: scroll property ? Paragraphs just don't want to wrap in the parent block, I didn't even expect that. Thanks in advance for your help
CAM CODE (CodePen)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Zakharov, 2016-11-28
@A1ike

if you understand correctly what you want, then remove it flex-flow:column wrap;and do it simply flex-wrap: wrap;

N
Nick Krogan, 2016-11-28
@nollac

R is a block element, and it has no flex. it is an ordinary block for the entire width and goes. correct me if i'm wrong

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question