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

Height doesn't get calculated dynamically #5

Open
jswhisperer opened this issue Sep 5, 2013 · 2 comments
Open

Height doesn't get calculated dynamically #5

jswhisperer opened this issue Sep 5, 2013 · 2 comments

Comments

@jswhisperer
Copy link

The height of the tab content area isn't calculated dynamically and often leaves some content hidden or removed.

@tmconnect
Copy link

I got the same problem and figured out that this happens because in of my other stylesheets I set box-sizing: border-box; to all.

Changing the box-sizing to content-box to the #tabs_container calculates the correct height for the tabs. I don't know how to change the jQuery file to get this to work with the border-box box model, so I use this solution.

@jswhisperer
Copy link
Author

Sounds like a good solve for now, thanks. Maybe the plugin should reassign box-sizing: content-box dynamically to the elements.

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