react-horizontal-timeline icon indicating copy to clipboard operation
react-horizontal-timeline copied to clipboard

Date is stuck in overflow: hidden

Open clarkmu opened this issue 4 years ago • 2 comments

Screen Shot 2020-04-27 at 17 52 28

.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 avatar Apr 27 '20 21:04 clarkmu

@clarkmu use top: 0 on .events-wrapper, it should solve your purpose.

MUMUKSHMEGHWAL avatar Sep 23 '20 19:09 MUMUKSHMEGHWAL

Alternatively you can increase labelWidth from default 90 value or change getLabel function

dswiecki avatar Dec 29 '20 17:12 dswiecki