stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.07k stars 158 forks source link

Jumping on mobile #98

Closed willyfromtheblock closed 3 years ago

willyfromtheblock commented 3 years ago

Hi,

I'm fairly new to this component and I do like it a lot so far.

Maybe I'm doing something wrong, but I spend 90 minutes trying to debug the following behavior:

https://user-images.githubusercontent.com/11148913/106441973-04402600-647b-11eb-80a5-b541415c1573.mp4

Video recorded on Galaxy S9+.

I'm referring to the flickering and the last icon missing entirely in some situations.

Mitigation attempts

Src https://github.com/bananenwilly/peercoin.rip/blob/main/src/components/TimeLine.js

Live peercoin.rip

Am I doing something wrong?

Willy

willyfromtheblock commented 3 years ago

overflow: hidden on the parent container did the trick.

Thanks for reading though.