Invert Appearing Order

So the idea is this, but instead it appears at the top instead.
https://puu.sh/mmJ4H/a1c58e69a2.gif

In the gif, the line appears at the bottom and moves up when a new line appears then fades out in the end.
Is it possible to do this from the top where the line appears and moves down as the next line comes.

We’re not interested in providing this functionality, sorry. We read from top to bottom, so it doesn’t make sense to display them bottom to top.

I figured it after searching.

#chat_box { display: flex; flex-direction: column-reverse !important; }

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.