Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
.chat-thread {
display: flex;
flex-direction: column;
height: 100%;
position: relative;
&__header {
height: var(--chat-header-offset);
min-height: var(--chat-header-offset);
border-bottom: 1px solid var(--primary-low);
border-top: 1px solid var(--primary-low);
box-sizing: border-box;
align-items: center;
justify-content: space-between;
padding-inline: 1rem;
}
&__body {
overflow-y: scroll;
@include chat-scrollbar();
margin: 2px;
padding-right: 2px;
flex-grow: 1;
overscroll-behavior: contain;
flex-direction: column-reverse;
will-change: transform;
.chat-composer {
padding-bottom: 28px;