timeknots
timeknots copied to clipboard
Bad tooltip positioning in bootstrap grid
When placing this inside a bootstrap grid, the tooltip positioning is wrong. I believe I have a fix for it; would be willing to do a PR
I face the same issue.
Would you please share the solution you found with me ?
Thanks
I have the same issue. @daveconger can you share the fix, please?
@daveconger : Could you please share your solution. it would be very helpful.
I have fixed the issue by changing the tooltip attribute "position" from "absolute" to "fixed".
Replace timeknots.js line 32 : Change ".style("position", "absolute")" To ".style("position", "fixed")"
I would like the solution as well, champix fix changed the positioning for me but It's still in the wrong place.