fix(ui): stabilize virtual list scroll compensation

This commit is contained in:
Shantur Rathore
2026-03-03 21:23:50 +00:00
parent 133e937772
commit 8f955cf21c
3 changed files with 28 additions and 18 deletions

View File

@@ -2,6 +2,8 @@
@apply flex-1 min-h-0 overflow-y-auto flex flex-col gap-0.5;
background-color: var(--surface-base);
color: inherit;
/* Prevent browser scroll anchoring fighting our virtualization compensation. */
overflow-anchor: none;
}
.message-stream-block {