You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used it because it makes things a bit easier because using column-reverse flips the visual order of the flex items and also how scrolling works in relation to new items being added. Things like the "start" point of the scroll container are now at the bottom so newly added messages are kept in place. Without it we need to do the same thing but with some javascript.
Which is neat, but also causes issues with things like copy pasting parts of chat. So, it needs to go and replaced with some javascript intervention for scroll positioning.