xmpp.chapril.org-conversejs/src/shared/chat/styles/chat-content.scss
JC Brand 825e2643ae Use flex-direction: column-reverse
On the `<converse-chat-content>` element. This removes the need for all
the manual scrolling.

Firefox finally supports this feature. Unfortunately Firefox ESR doesn't
yet, but I can't wait anymore.
2021-06-07 19:26:16 +02:00

9 lines
156 B
SCSS

converse-chat-content {
display: flex;
flex-direction: column-reverse;
height: 100%;
justify-content: space-between;
overflow: auto;
}