Skip to content

Commit 47c0007

Browse files
committed
fix: scrolling issue on work experience timeline
1 parent ffe8f80 commit 47c0007

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,12 @@
349349
height: 100%;
350350
}
351351

352+
/* React Chrono's inner wrapper is not independently scrollable in this layout.
353+
Allow wheel and touch gestures to continue to fullPage.js's scroll container. */
354+
.work-experiences-timeline .timeline-main-wrapper {
355+
overscroll-behavior-y: auto;
356+
}
357+
352358
.TimelineVerticalWrapper-sc-1427v1d-0 {
353359
height: 100%;
354360
justify-content: center;

0 commit comments

Comments
 (0)