Open jswhisperer opened 11 years ago
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.
Sounds like a good solve for now, thanks. Maybe the plugin should reassign box-sizing: content-box dynamically to the elements.
The height of the tab content area isn't calculated dynamically and often leaves some content hidden or removed.