Page 1 of 1

Tabs of subform not visible in version 4.9

Posted: Mon Aug 11, 2025 8:45 pm
by Jannie
After upgrading to version 4.9 tabs on subforms are not visible. I still see them underwater in the browser.
I have it embedded in form-view.
In former versions this worked well. You where able to jump to another tab.
Subform in edit mode.png
Same form embedded as subform .png
Is this a bug or dit I something wrong?

Re: Tabs of subform not visible in version 4.9

Posted: Mon Aug 11, 2025 9:25 pm
by Jannie
I already found a workaround by adding this style:
.nuSubformTitleHolder{
z-index: 100;
transform: translateY(-10px);
}

.nuSubformTitleHolder .nuTab{
float:left;
}

Re: Tabs of subform not visible in version 4.9

Posted: Mon Aug 11, 2025 10:44 pm
by kev1n
Hi,

Thanks for reporting!
I also took a shot at fixing it and pushed the changes to GitHub (nuform.js and nubuilder4.css updated).