ChatList: use Virtuoso

This commit is contained in:
Alex Gleason
2022-04-15 15:19:34 -05:00
parent 712b4c5a42
commit 05068460e0
4 changed files with 51 additions and 41 deletions

View File

@@ -90,12 +90,16 @@
&__content {
@apply flex flex-1 flex-col overflow-hidden bg-white dark:bg-slate-800;
> div {
@apply max-h-full;
}
.chat-box {
@apply flex flex-1 flex-col overflow-hidden;
}
.chat-list {
@apply overflow-y-auto;
@apply overflow-y-auto max-h-full;
}
}