I'm wondering if it's just me, but since the new reactive UI update everything placed inside the Tabs Content Item widget is invincible in service studio. So when published everything is fine and the content shows like normal, but inside service studio you can click the widgets but it's like everything has the same color as the background or is 100% transparent.
Has anybody else also noticed this?
This screenshot is with the basic Outsystems theme, so no CSS changes were made.
hi @Nigel Suderee Faced the same issue it resolved now. There is Default Known Issue with Updated Outsystem UI as mentioned in this discussion :[OutSystems UI] Content inside of service studio tabs is invisible | OutSystemsin service studio,add this CSS to make tabs visible inside the service studio. :
.osui-tabs:not(.osui-tabs--has-drag) .osui-tabs__content-item:not(.osui-tabs--is-active){ -servicestudio-opacity:1;}
i hope this solves your issue.
Thanks! This works for now. It's not 100% fixed but way better than nothing.
Hi Nigel Suderée ,
I tried in personal environment with the base theme . It is working fine only.
Regards
Gokulprasanth M
there is a issue with updated outsystems UI (latest version).