You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The height of the tab content area isn't calculated dynamically and often leaves some content hidden or removed.
The text was updated successfully, but these errors were encountered: