vertical-timeline icon indicating copy to clipboard operation
vertical-timeline copied to clipboard

The line of the timeline only appears until it reaches div's maximum height

Open yurifw opened this issue 6 years ago • 1 comments

I have a div with the following css: #timeline{ max-height: 400px; overflow-y:auto; }

when I turn it into a timeline, the following happens: image

Seems normal until I scroll the div down: image

yurifw avatar Jul 11 '18 14:07 yurifw

Good catch, thank you! I'll get working on a fix unless you have already found one, then feel free to submit a PR.

RyanFitzgerald avatar Jul 14 '18 17:07 RyanFitzgerald