We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 2.1.2 jQuery Version: v1.12.4
Hey! I noticed a small issue with the default tooltip class. Initially my tooltips were rendering out like below
After looking into it a bit more, it looks like the .jqstooltip class was inheriting from some *-setting in my normalize.css:
.jqstooltip
normalize.css
* { box-sizing: border-box; }
So I set the following:
.jqstooltip { box-sizing: content-box; }
And now it's all good again!
So my request on this issue, can we get the library to have this box-sizing attribute explicitly set out of the box?
box-sizing
Thank you!
The text was updated successfully, but these errors were encountered:
I have the same issue. Thank you for your solution.
Sorry, something went wrong.
No branches or pull requests
Version: 2.1.2
jQuery Version: v1.12.4
Hey!
I noticed a small issue with the default tooltip class.
Initially my tooltips were rendering out like below
After looking into it a bit more, it looks like the
.jqstooltip
class was inheriting from some *-setting in mynormalize.css
:So I set the following:
And now it's all good again!
So my request on this issue, can we get the library to have this
box-sizing
attribute explicitly set out of the box?Thank you!
The text was updated successfully, but these errors were encountered: