Answer the question
In order to leave comments, you need to log in
How to make flex so that there is a lot of data, then it goes to scroll?
I have such a problem with flex that even though I have
html, body {
height: 100%;
width: 100%;
}
.row-tiles {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question