Browse Source

fix: css scroll jitter

Adam 2 months ago
parent
commit
1a6f4f1c0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ui/src/components/session-turn.css

+ 1 - 0
packages/ui/src/components/session-turn.css

@@ -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"] {