After a recent outsystems UI update, some behavior with tabs content have changed. When margin is changed around the container with tabs inside, neighboring tabs are shown to the left or right if existing.
The bug can be replicated by navigating to tab 2 or 3 and adding increasing margin
See attached pictures and OML.
Before increasing margin on tab 2:
After increasing margin on tab 2:
Hi @Sebastian Lund
Thanks for your heads up on this issue. We already added this to our backlog to fix it by default.
Meanwhile, you can use this CSS snippet as workaround:
.osui-tabs__content { scroll-snap-type:x mandatory;}
Thanks
Thanks, that solved the problem
yes,
can confirm problem is introduced with version 2.15.0, in version 2.14.0 this doesn't happen.
similar problem also introduced in 2.15.0 : this post
Dorine