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

Equal heights doesn't work with box-sizing: border-box #8

Open
kemiga opened this issue Feb 18, 2016 · 0 comments
Open

Equal heights doesn't work with box-sizing: border-box #8

kemiga opened this issue Feb 18, 2016 · 0 comments

Comments

@kemiga
Copy link

kemiga commented Feb 18, 2016

Heights aren't correctly synced when box-sizing: border-box is set on the element to be resized.

Related to this issue, where the jQuery height() method has issues with the border-box box model.

ginader/syncHeight#2

Using parseInt($(this).css('height')); seems to fix the issue, but don't know if we want to use this.

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

1 participant