Closed JaniAnttonen closed 5 years ago
Scrolling the messages doesn't work. Doesn't work using the scroll wheel or any other method.
This is caused by flex-direction: column-reverse on the chat messages container which does not seem to work properly on IE, Edge or Firefox.
flex-direction: column-reverse
https://github.com/philipwalton/flexbugs/issues/108
Scrolling the messages doesn't work. Doesn't work using the scroll wheel or any other method.