1 parent ffe8f80 commit 47c0007Copy full SHA for 47c0007
1 file changed
src/styles/index.css
@@ -349,6 +349,12 @@
349
height: 100%;
350
}
351
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
+
358
.TimelineVerticalWrapper-sc-1427v1d-0 {
359
360
justify-content: center;
0 commit comments