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

$.addClass for custom class called too late #153

Open
jayd3e opened this issue Jun 9, 2013 · 1 comment
Open

$.addClass for custom class called too late #153

jayd3e opened this issue Jun 9, 2013 · 1 comment

Comments

@jayd3e
Copy link

jayd3e commented Jun 9, 2013

If you define a custom class for your tip, it is applied too late in the process of showing the tip, resulting in weird style bugs. For example, if you have a default stylesheet for tips, where the 'max-width' property is set for all tips, and then you overwrite that property in your custom class. The position of the tip will be calculated based off of the max-width in the default stylesheet, but the tip will actually look as it is defined in your custom class.

@steveluscher
Copy link

Fixed in #170.

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

2 participants