fix: css scroll jitter

This commit is contained in:
Adam 2025-12-13 15:36:28 -06:00 committed by Aiden Cline
commit 4202298422

View file

@ -28,6 +28,7 @@
align-self: stretch; align-self: stretch;
min-width: 0; min-width: 0;
gap: clamp(8px, calc(42px - var(--scroll-y) * 0.48), 42px); gap: clamp(8px, calc(42px - var(--scroll-y) * 0.48), 42px);
overflow-anchor: none;
} }
[data-slot="session-turn-sticky-title"] { [data-slot="session-turn-sticky-title"] {