Answer the question
In order to leave comments, you need to log in
How to make overflow-y work in safari?
Hello. Please help, I'm out of ideas.
I'm making a type of messenger - with a container:
<div id="chat" class="chat">
</div>
<div id="chat" class="chat">
<div class="top-chart"></div>
</div>
.chat {
display: flex;
flex-direction: column;
overflow-y: auto;
}
.top-chart {
flex-grow: 1;
}
.chat {
display: flex;
flex-direction: column;
flex-wrap: wrap;
overflow-y: auto;
}
.top-chart {
flex-grow: 1;
}
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