Commit dcd8c8d4 authored by JC Brand's avatar JC Brand

CSS: Make sure notifications stick to the chat area bottom

parent ac4440f4
......@@ -213,14 +213,18 @@
margin-bottom: 0.25em;
}
.chat-content {
padding: 1em 0 0 0;
height: 100%;
font-size: var(--message-font-size);
color: var(--text-color);
overflow-y: auto;
border: 0;
background-color: var(--chat-content-background-color);
border: 0;
color: var(--text-color);
font-size: var(--message-font-size);
height: 100%;
line-height: 1.3em;
overflow-y: auto;
padding: 1em 0 0 0;
display: flex;
flex-direction: column;
justify-content: space-between;
.chat-content__notifications {
height: 1.7em;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment