timeknots icon indicating copy to clipboard operation
timeknots copied to clipboard

Bad tooltip positioning in bootstrap grid

Open daveconger opened this issue 7 years ago • 5 comments

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

daveconger avatar Apr 12 '17 21:04 daveconger

I face the same issue.

Would you please share the solution you found with me ?

Thanks

champix avatar Aug 02 '17 21:08 champix

I have the same issue. @daveconger can you share the fix, please?

AndrejGajdos avatar Aug 11 '17 14:08 AndrejGajdos

@daveconger : Could you please share your solution. it would be very helpful.

nipunsadvilkar avatar Sep 18 '17 13:09 nipunsadvilkar

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")"

champix avatar Mar 03 '18 01:03 champix

I would like the solution as well, champix fix changed the positioning for me but It's still in the wrong place.

DashBarkHuss avatar Mar 14 '18 04:03 DashBarkHuss