on the tab control if you have more tabs that fix it will wrap but the height of the header
".ajax__tab_xp .ajax__tab_header" dose not change (I have checked in IE 10 & IE 11 with compatibility off)
so then the content is under the header
I had to add
<style>
* .ajax__tab_xp .ajax__tab_header
{
height:50px!important;
}
</style>
to fix it
".ajax__tab_xp .ajax__tab_header" dose not change (I have checked in IE 10 & IE 11 with compatibility off)
so then the content is under the header
I had to add
<style>
* .ajax__tab_xp .ajax__tab_header
{
height:50px!important;
}
</style>
to fix it