Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad tooltip positioning in bootstrap grid #10

Open
daveconger opened this issue Apr 12, 2017 · 5 comments
Open

Bad tooltip positioning in bootstrap grid #10

daveconger opened this issue Apr 12, 2017 · 5 comments

Comments

@daveconger
Copy link

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

@champix
Copy link

champix commented Aug 2, 2017

I face the same issue.

Would you please share the solution you found with me ?

Thanks

@AndrejGajdos
Copy link

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

@nipunsadvilkar
Copy link

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

@champix
Copy link

champix commented Mar 3, 2018

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

@DashBarkHuss
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants