orbitdb-archive / orbit-web

Orbit Web Application
https://orbit.chat
MIT License
265 stars 60 forks source link

Scrolling broken on Firefox #111

Closed JaniAnttonen closed 5 years ago

JaniAnttonen commented 5 years ago

Scrolling the messages doesn't work. Doesn't work using the scroll wheel or any other method.

latenssi commented 5 years ago

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.

https://github.com/philipwalton/flexbugs/issues/108