You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this with the vanilla js component integrated in a wiki page.
And it can be seen in this codesandbox: https://codesandbox.io/s/serene-poincare-35wsc8 (copied from #7) - even if it's using the React integration - where the gantt component has a fixed height of 1000 pixels. Just scroll the chart a little and then hover any activity: the tooltip is not placed beneath the blue box:
I found that changing the CSS .gantt-tooltip { position } property from fixed to absolute fixes the problem, but was just a quick attempt that surely needs testing:
The text was updated successfully, but these errors were encountered:
I noticed this with the vanilla js component integrated in a wiki page.
And it can be seen in this codesandbox: https://codesandbox.io/s/serene-poincare-35wsc8 (copied from #7) - even if it's using the React integration - where the gantt component has a fixed height of 1000 pixels. Just scroll the chart a little and then hover any activity: the tooltip is not placed beneath the blue box:
I found that changing the CSS
.gantt-tooltip { position }
property fromfixed
toabsolute
fixes the problem, but was just a quick attempt that surely needs testing:The text was updated successfully, but these errors were encountered: