Hi Neil,
For the mentioned case, you will have to override the default CSS style defintion for the Tabs_ClientSide widget. Add the below mentioned CSS rules in the screen stylesheet section.
CSS Snippet:
ul.Tabs_Header {
height: auto;
position: unset;
}
.Tabs_TabBody, .Tabs_TabBody.OSAutoMarginTop {
margin: 0px;
}
See this sample screen - TabWrap_Test
Hope this helps you!
Kind regards,
Benjith Sam