netzwerg / react-svg-timeline

React event timeline component based on SVG
Other
93 stars 26 forks source link

Tooltip CSS Issue #98

Open avinashYadavtelstra opened 2 years ago

avinashYadavtelstra commented 2 years ago

@kashifshamaz21 @netzwerg

image

The tooltip is getting clipped near SVG boundaries. I tried using overflow: visible on parent div but in that case bottom timestamp gets distorted. Is there a way to fix it? Using derivedTimelineTheme i can only use backgroundColor, fontSize, fontFamily properties.

netzwerg commented 2 years ago

@avinashYadavtelstra Thanks for reporting this, we are aware of this issue. Unfortunately, we don't have the bandwidth to fix it. If you find a fix yourself, please submit a PR, I'd be happy to review & merge it.