Hi,
I recently upgraded the tab control from DEPRECATED_TabsV2 to the latest version. On doing so, it appears any elements that were in the tab content item that used the css "position: sticky; Top: 0px" no longer work.
Looking into it, it seems the new tab controls make extensive use of the CSS "overflow:hidden" which is known to break elements with the sticky attribute.
Has anyone else encountered this or solved for it??
Thanks!
I have the same or similar problem. I was using
.sticky-tabs .tabs-header { position: sticky; top: 0px; background-color: white; z-index: 1; }
I've changed "tabs-header" to the new class and then tried many other options but no luck. Any help appreciated!
I have manage to make it work with Depracated TabsV2 Widget. The new version of the tabs don't allow sticky for the moment. I have open a ticket in https://www.outsystems.com/forums/discussion/85665/outsystems-ui-sticky-dont-work-with-new-tabs/
Hello, the solution there i have for the moment is a javascript to change between a position fixed, top 0 and position relative.