diff --git a/src/components/TimelineChapters.tsx b/src/components/TimelineChapters.tsx index b9117b8..a1a5541 100644 --- a/src/components/TimelineChapters.tsx +++ b/src/components/TimelineChapters.tsx @@ -56,7 +56,8 @@ export function TimelineChapters({

Timeline

-
+ {/* Scrollable chapter list with max-height */} +
{chapters.map((chapter, index) => { const active = isChapterActive(index);