Hi,
We are using tabs and with the upgrade to Outsystems UI v2.14.0 we are changing the code tab's new version.
In the upgrading process we noticed that popover has some issues.
I think Outsystems should look to this problem and fix it in future releases.
Meanwhile here is a quick fix (in css):
.osui-tabs__content { overflow: unset; }
.osui-tabs { overflow: unset; }
.osui-tabs__content-item { overflow: unset; }
.osui-tabs__content-item { display: none; }
.osui-tabs__content-item.osui-tabs--is-active{ display: block; }
Hope it helps.
Hi Luis Sardinha,
Glad to see that you shared the solution with community. This will help the people.
You can also raise this it to OutSystems UI team by using below URL so they can pick in next release.
https://www.outsystems.com/forge/component-discussions/1385/OutSystems+UI
ThanksPankaj
@Luis Sardinha was this reported to OutSystems (and hopefully on their backlog)?
I see similar behavior for dropdowns/dropups and submenus in tab content that are close to its border.
Hi @Luis Sardinha
Good observation and glad to see that you shared solution as well.
Thanks