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

Fixes issue in firefox with element being aligned to the bottom of the element #5

Merged
merged 1 commit into from Jan 20, 2016

Conversation

alexreardon
Copy link
Contributor

screen shot 2016-01-20 at 9 03 52 am

If an element has a large line height (in this case 50px) then on load in firefox the element will be positioned at the bottom of the element. The issue is resolved after the first transition.

Adding a display: inline-block to the containing element fixes the issue.

Tested in firefox, safari and chrome.

Lapple added a commit that referenced this pull request Jan 20, 2016
Fixes issue in firefox with element being aligned to the bottom of the element
@Lapple Lapple merged commit 2f88588 into Lapple:master Jan 20, 2016
@Lapple
Copy link
Owner

Lapple commented Jan 20, 2016

Thanks! Will release a patch shortly.

@alexreardon
Copy link
Contributor Author

Great! Thanks for that

@Lapple
Copy link
Owner

Lapple commented Jan 20, 2016

Published as 2.0.1.

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

Successfully merging this pull request may close these issues.

None yet

2 participants