Hi OutSystems,
I noticed another related issue: In the theme we now have the class
.hide-on-service-studio {
display: none;
-servicestudio-display: none;
-servicestudio-width: 0px;
-servicestudio-height: 0px;
}
I think the bold part is not correct. This will hide the elements with this class not only on ServiceStudio but always.
Looking at the usage of this class in the theme I notice that this affects the time picker control as the dropdown has that class applied:


So either the display:none is wrong, or the class should not be applied to the dropdown.
Can you advise me on this?