Virtualize chat (#3196)

This commit is contained in:
Kalle
2026-06-27 11:17:12 +03:00
committed by GitHub
parent 6732b6c59b
commit 0d59dcd734
5 changed files with 208 additions and 39 deletions

View File

@@ -5,10 +5,9 @@
.messages {
padding: var(--s-3) 0 0 0;
display: flex;
flex-direction: column;
gap: var(--s-2);
display: block;
height: 310px;
overflow-x: hidden;
overflow-y: auto;
}
@@ -16,6 +15,10 @@
list-style: none;
display: flex;
gap: var(--s-3);
&:focus-visible {
outline: none;
}
}
.messageInfo {