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

Bootstrap box-sizing causing tooltip issues #89

Closed
chrisfraser opened this issue Aug 13, 2013 · 14 comments
Closed

Bootstrap box-sizing causing tooltip issues #89

chrisfraser opened this issue Aug 13, 2013 · 14 comments
Assignees
Labels

Comments

@chrisfraser
Copy link

Globally setting box-sizing to border-box causes tooltip to be displayed incorrectly. This can be fixed by the following css after bootstrap. This may become an issue as box-sizing is more frequently used.

.jqstooltip{
    box-sizing: content-box;
}

image

@flowli
Copy link

flowli commented Sep 5, 2013

Thank you, that save me time and nerves +1

@hahahana
Copy link

Thank you, thank you, thank you! That'll teach me to always take a look at issues first...

@gwatts
Copy link
Owner

gwatts commented Sep 14, 2013

Thanks; have checked an update to the tooltip css into the master branch for the next release.

@gwatts gwatts closed this as completed Sep 14, 2013
@ghost ghost assigned gwatts Sep 14, 2013
@rwillmer
Copy link

@chrisfraser Thanks for sharing, very helpful.

@tisba
Copy link

tisba commented Nov 7, 2013

Thanks a lot!

@MrShores
Copy link

Super helpful, thank you!

@cyberbit
Copy link

Awesome, works perfectly. 👍

@surjithctly
Copy link

Give that man a medal 💯

@gwatts So sad, its been two years and not fixed yet.

@w3z315
Copy link

w3z315 commented Dec 14, 2015

+1 :-)

@shpsyte
Copy link

shpsyte commented Dec 30, 2017

Nice men...

@RayKoren
Copy link

THANK YOU! This should be in the docs...

@ghost
Copy link

ghost commented Mar 30, 2020

THANK YOU. Wonderful man.

The hours you've saved.

@ppazos
Copy link

ppazos commented Jul 19, 2020

@chrisfraser did you send a PR? should be fixed in the plugin.

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

No branches or pull requests