fix: css scroll jitter

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

View File

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