react-horizontal-timeline
react-horizontal-timeline copied to clipboard
Date is stuck in overflow: hidden
.events-wrapper isn't letting me show these dates in full because of the overflow. Anyone know how to fix it?
Great package, thanks!
@clarkmu use top: 0 on .events-wrapper, it should solve your purpose.
Alternatively you can increase labelWidth
from default 90 value or change getLabel
function