G
G
Galdar Turin2020-02-19 09:53:38
css
Galdar Turin, 2020-02-19 09:53:38

How to make overflow work in different browsers?

Good afternoon, dear experts, why overflow does not work in Mozilla Firefox, you can try to open it in Chrome and in Mozilla it works differently, the main point is that the block is scrolled from the bottom up and the blocks are built in the same way.

https://codepen.io/GaldarTurin/pen/xxGOMdM

Any hint would be welcome!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2020-02-19
@iamd503

#main .chat {
    height: auto;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    /* display: flex; */
    /* flex-direction: column-reverse; */
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question