diff --git a/apps/web/src/components/practice/ActiveSession.tsx b/apps/web/src/components/practice/ActiveSession.tsx index b8bc8c2e..a78075f9 100644 --- a/apps/web/src/components/practice/ActiveSession.tsx +++ b/apps/web/src/components/practice/ActiveSession.tsx @@ -981,7 +981,8 @@ export function ActiveSession({ display: 'flex', justifyContent: 'center', width: '100%', - overflow: 'hidden', // Clip during transition animation + overflowX: 'hidden', // Clip horizontal transition, allow vertical for help overlays + overflowY: 'visible', })} > {/* Animated track for problem transitions */}